COLOR #EDB848

HEX: #EDB848
RGB: (237,184,72)

Color info

#EDB848 contains mainly red and green colors. Web safe color of #EDB848 is #FFCC33 (or #FC3).

RGB color model

#EDB848 color RGB value is (237,184,72).

  • red value is 237;
  • green value is 184;
  • blue value is 72.
RGB:
(237,184,72)
(93%,72%,28%)

RGB channels and saturation

R 237 of 255 = 93%
G 184 of 255 = 72%
B 72 of 255 = 28%

237
184
72

R + G + B ~ 64%. #EDB848 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 184 + 72 = 493 (100%)
R 237 of 493 ~ 48.07%
G 184 of 493 ~ 37.32%
B 72 of 493 ~ 14.6%

%48.07
%37.32
%14.6

CMYK color model

#EDB848 color CMYK value is (0,22,70,7).

  • cyan value is 0.00%
  • magenta value is 22.36%
  • yellow value is 69.62%
  • key color value is 7.06%
CMYK:
(0,22,70,7)
C0M22Y70K7 
(0%,22%,70%,7%)
(0.00/0.22/0.70/0.07)	

CMYK percentages

%0
%22.36
%69.62
%7.06

Codes

Color #EDB848 in popluar color models

EDB848
RGB23718472
HSL41°82.09%60.59%
HSB/HSV41°69.62%92.94%
CMYK0.00%22.36%69.62%
7.06%

Color #EDB848 in popluar number systems.

HEXEDB848
Decimal23718472
Binary11101101101110001001000
Octal355270110

Shades and tints

Shades of #EDB848

#EDB848
(237,184,72)
#D8A842
(216,168,66)
#C3983C
(195,152,60)
#AE8836
(174,136,54)
#997830
(153,120,48)
#84682A
(132,104,42)
#6F5824
(111,88,36)
#5A481E
(90,72,30)
#453818
(69,56,24)
#302812
(48,40,18)
#1B180C
(27,24,12)
#000000
(0,0,0)

Tints of #EDB848

#EDB848
(237,184,72)
#EEBE58
(238,190,88)
#EFC468
(239,196,104)
#F0CA78
(240,202,120)
#F1D088
(241,208,136)
#F2D698
(242,214,152)
#F3DCA8
(243,220,168)
#F4E2B8
(244,226,184)
#F5E8C8
(245,232,200)
#F6EED8
(246,238,216)
#F7F4E8
(247,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB848 color. Also use rgb(237,184,72) instead hex code.

Text Font Color

.myTextColor { color: #EDB848; }

<p style="color:#EDB848">This sample text font color is #EDB848.</p>

This text font color is #EDB848.


Background Color

.myBgColor { background-color: #EDB848; }

<div style="background-color:#EDB848">Inner text</div>

This div background color is #EDB848.


Border color

.myBorderColor { border: 1px solid #EDB848; }

<div style="border:3px solid #EDB848">Div</div>

This div border color is #EDB848.


Opacity

.myOpacity80 { color: #EDB848; opacity: 0.8; }

<p style="color:#EDB848;opacity:0.8;">80%</p>

Text with #EDB848 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EDB848;}

<p style="text-shadow: 3px 3px 1px #EDB848">Text here.</p>

This text has shadow with #EDB848 color.

.textShadow {text-shadow: 3px 3px 1px #EDB848, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EDB848, 5px 5px 20px red">Text here.</p>

This text has shadow with #EDB848 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDB848, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EDB848, Direction=45, Strength=4)">Text</p>

This text has shadow with #EDB848 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EDB848;
  -webkit-box-shadow:	1px 1px 3px 2px #EDB848;
  box-shadow:		1px 1px 3px 2px #EDB848;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDB848;
-webkit-box-shadow: 1px 1px 3px 2px #EDB848;
box-shadow:1px 1px 3px 2px #EDB848;">
Div content here</div>
This div box has shadow with color #EDB848.

Preview

Color preview on black background

This text has color #EDB848 on black background.


Color preview on white background

This text has color #EDB848 on white background.



Black color preview on #EDB848 background

This text has black color on #EDB848 background.


White color preview on #EDB848 background

This text has white color on #EDB848 background.