#EEEB72

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

Shades of Dolly #EEEB72

Tints of Dolly #EEEB72

Color information

#EEEB72 (or 0xEEEB72) is unknown color: approx Dolly. HEX triplet: EE, EB and 72. RGB value is (238,235,114). Sum of RGB (Red+Green+Blue) = 238+235+114=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 235 (92.19% from 255 or 40.03% from 587); Blue value is 114 (44.92% from 255 or 19.42% from 587); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEB72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEEB72 is #11148D. Grayscale: #DEDEDE. Windows color (decimal): -1119374 or 7531502. OLE color: 7531502.

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

Color convert

RGB238235114-
CMYK00.010.520.07
HSL58.55º78.48%69.02%-
HSV(B)58.55º52.1%93.33%-
XYZ68.0178.8127.55-
YUV222.166.99139.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.55%
GREEN value IS 235 (92.19% from 255) = 40.03%
BLUE value IS 114 (44.92% from 255) = 19.42%
R=40.55%
G=40.03%
B=19.42%

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
Decimal23823511400.010.520.0758.5578.4869.02
HexEEEB72013473b4e45
Octal3563531620164773116105
Binary111011101110101111100100111010011111101110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEB72; }

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

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

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

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

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

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

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

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