COLOR #EDCB49

HEX: #EDCB49
RGB: (237,203,73)

Color info

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

RGB color model

#EDCB49 color RGB value is (237,203,73).

  • red value is 237;
  • green value is 203;
  • blue value is 73.
RGB:
(237,203,73)
(93%,80%,29%)

RGB channels and saturation

R 237 of 255 = 93%
G 203 of 255 = 80%
B 73 of 255 = 29%

237
203
73

R + G + B ~ 67%. #EDCB49 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 203 + 73 = 513 (100%)
R 237 of 513 ~ 46.2%
G 203 of 513 ~ 39.57%
B 73 of 513 ~ 14.23%

%46.2
%39.57
%14.23

CMYK color model

#EDCB49 color CMYK value is (0,14,69,7).

  • cyan value is 0.00%
  • magenta value is 14.35%
  • yellow value is 69.20%
  • key color value is 7.06%
CMYK:
(0,14,69,7)
C0M14Y69K7 
(0%,14%,69%,7%)
(0.00/0.14/0.69/0.07)	

CMYK percentages

%0
%14.35
%69.2
%7.06

Codes

Color #EDCB49 in popluar color models

EDCB49
RGB23720373
HSL48°82.00%60.78%
HSB/HSV48°69.20%92.94%
CMYK0.00%14.35%69.20%
7.06%

Color #EDCB49 in popluar number systems.

HEXEDCB49
Decimal23720373
Binary11101101110010111001001
Octal355313111

Shades and tints

Shades of #EDCB49

#EDCB49
(237,203,73)
#D8B943
(216,185,67)
#C3A73D
(195,167,61)
#AE9537
(174,149,55)
#998331
(153,131,49)
#84712B
(132,113,43)
#6F5F25
(111,95,37)
#5A4D1F
(90,77,31)
#453B19
(69,59,25)
#302913
(48,41,19)
#1B170D
(27,23,13)
#000000
(0,0,0)

Tints of #EDCB49

#EDCB49
(237,203,73)
#EECF59
(238,207,89)
#EFD369
(239,211,105)
#F0D779
(240,215,121)
#F1DB89
(241,219,137)
#F2DF99
(242,223,153)
#F3E3A9
(243,227,169)
#F4E7B9
(244,231,185)
#F5EBC9
(245,235,201)
#F6EFD9
(246,239,217)
#F7F3E9
(247,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDCB49 color. Also use rgb(237,203,73) instead hex code.

Text Font Color

.myTextColor { color: #EDCB49; }

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

This text font color is #EDCB49.


Background Color

.myBgColor { background-color: #EDCB49; }

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

This div background color is #EDCB49.


Border color

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

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

This div border color is #EDCB49.


Opacity

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

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

Text with #EDCB49 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 #EDCB49;}

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

This text has shadow with #EDCB49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCB49 on black background.


Color preview on white background

This text has color #EDCB49 on white background.



Black color preview on #EDCB49 background

This text has black color on #EDCB49 background.


White color preview on #EDCB49 background

This text has white color on #EDCB49 background.