#edec72

Color #EDEC72 Dolly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dolly #EDEC72

Tints of Dolly #EDEC72

Color information

#EDEC72 (or 0xEDEC72) is unknown color: approx Dolly. HEX triplet: ED, EC and 72. RGB value is (237,236,114). Sum of RGB (Red+Green+Blue) = 237+236+114=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 114 (44.92% from 255 or 19.42% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEC72 is #12138D. Grayscale: #DEDEDE. Windows color (decimal): -1184654 or 7531757. OLE color: 7531757.

HSL color Cylindrical-coordinate representation of color #EDEC72: hue angle of 59.51º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDEC72 is Cyan = 0, Magento = 0.00, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB237236114-
CMYK00.000.520.07
HSL59.51º77.36%68.82%-
HSV(B)59.51º51.9%92.94%-
XYZ67.9679.2127.63-
YUV222.3966.83138.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 40.37%
GREEN value IS 236 (92.58% from 255) = 40.20%
BLUE value IS 114 (44.92% from 255) = 19.42%
R=40.37%
G=40.20%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723611400.000.520.0759.5177.3668.82
HexEDEC72003473c4d45
Octal3553541620064774115105
Binary111011011110110011100100011010011111110010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edec72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edec72; }

 p { color: rgb(237,236,114); }

 H1.HeaderClassName
 {
   color: #edec72;
 }
 .AnyTagClassName
 {
   color: #edec72;
 }
</style>
background-color css

<style>
 a { background-color: #edec72; }

 a { background-color: rgb(237,236,114); }

 div.DivClassName
 {
   background-color: #edec72;
 }
 .BgClassName
 {
   background-color: #edec72;
 }
</style>
border-color css

<style>
 span { border-color: #edec72; }

 span { border-color: rgb(237,236,114); }

 td.TdClassName
 {
   border-color: #edec72;
 }
 .TagClassName
 {
   border-color: #edec72;
 }
</style>