COLOR #EDCF1D

HEX: #EDCF1D
RGB: (237,207,29)

Color info

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

RGB color model

#EDCF1D color RGB value is (237,207,29).

  • red value is 237;
  • green value is 207;
  • blue value is 29.
RGB:
(237,207,29)
(93%,81%,11%)

RGB channels and saturation

R 237 of 255 = 93%
G 207 of 255 = 81%
B 29 of 255 = 11%

237
207
29

R + G + B ~ 62%. #EDCF1D is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 207 + 29 = 473 (100%)
R 237 of 473 ~ 50.11%
G 207 of 473 ~ 43.76%
B 29 of 473 ~ 6.13%

%50.11
%43.76

CMYK color model

#EDCF1D color CMYK value is (0,13,88,7).

  • cyan value is 0.00%
  • magenta value is 12.66%
  • yellow value is 87.76%
  • key color value is 7.06%
CMYK:
(0,13,88,7)
C0M13Y88K7 
(0%,13%,88%,7%)
(0.00/0.13/0.88/0.07)	

CMYK percentages

%0
%12.66
%87.76
%7.06

Codes

Color #EDCF1D in popluar color models

EDCF1D
RGB23720729
HSL51°85.25%52.16%
HSB/HSV51°87.76%92.94%
CMYK0.00%12.66%87.76%
7.06%

Color #EDCF1D in popluar number systems.

HEXEDCF1D
Decimal23720729
Binary111011011100111111101
Octal35531735

Shades and tints

Shades of #EDCF1D

#EDCF1D
(237,207,29)
#D8BD1B
(216,189,27)
#C3AB19
(195,171,25)
#AE9917
(174,153,23)
#998715
(153,135,21)
#847513
(132,117,19)
#6F6311
(111,99,17)
#5A510F
(90,81,15)
#453F0D
(69,63,13)
#302D0B
(48,45,11)
#1B1B09
(27,27,9)
#000000
(0,0,0)

Tints of #EDCF1D

#EDCF1D
(237,207,29)
#EED331
(238,211,49)
#EFD745
(239,215,69)
#F0DB59
(240,219,89)
#F1DF6D
(241,223,109)
#F2E381
(242,227,129)
#F3E795
(243,231,149)
#F4EBA9
(244,235,169)
#F5EFBD
(245,239,189)
#F6F3D1
(246,243,209)
#F7F7E5
(247,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDCF1D color. Also use rgb(237,207,29) instead hex code.

Text Font Color

.myTextColor { color: #EDCF1D; }

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

This text font color is #EDCF1D.


Background Color

.myBgColor { background-color: #EDCF1D; }

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

This div background color is #EDCF1D.


Border color

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

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

This div border color is #EDCF1D.


Opacity

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

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

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

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

This text has shadow with #EDCF1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCF1D on black background.


Color preview on white background

This text has color #EDCF1D on white background.



Black color preview on #EDCF1D background

This text has black color on #EDCF1D background.


White color preview on #EDCF1D background

This text has white color on #EDCF1D background.