#EDEB72

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

Shades of Dolly #EDEB72

Tints of Dolly #EDEB72

Color information

#EDEB72 (or 0xEDEB72) is unknown color: approx Dolly. HEX triplet: ED, EB and 72. RGB value is (237,235,114). Sum of RGB (Red+Green+Blue) = 237+235+114=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 114 (44.92% from 255 or 19.45% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEB72 is #12148D. Grayscale: #DEDEDE. Windows color (decimal): -1184910 or 7531501. OLE color: 7531501.

HSL color Cylindrical-coordinate representation of color #EDEB72: hue angle of 59.02º 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 #EDEB72 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB237235114-
CMYK00.010.520.07
HSL59.02º77.36%68.82%-
HSV(B)59.02º51.9%92.94%-
XYZ67.6778.6427.53-
YUV221.867.16138.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.44%
GREEN value IS 235 (92.19% from 255) = 40.10%
BLUE value IS 114 (44.92% from 255) = 19.45%
R=40.44%
G=40.10%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723511400.010.520.0759.0277.3668.82
HexEDEB72013473b4d45
Octal3553531620164773115105
Binary111011011110101111100100111010011111101110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEB72; }

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

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

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

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

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

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

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

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