#EEE870

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

Shades of Dolly #EEE870

Tints of Dolly #EEE870

Color information

#EEE870 (or 0xEEE870) is unknown color: approx Dolly. HEX triplet: EE, E8 and 70. RGB value is (238,232,112). Sum of RGB (Red+Green+Blue) = 238+232+112=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 232 (91.02% from 255 or 39.86% from 582); Blue value is 112 (44.14% from 255 or 19.24% from 582); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE870 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEE870 is #11178F. Grayscale: #DCDCDC. Windows color (decimal): -1120144 or 7399662. OLE color: 7399662.

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

Color convert

RGB238232112-
CMYK00.030.530.07
HSL57.14º78.75%68.63%-
HSV(B)57.14º52.94%93.33%-
XYZ67.0477.0626.67-
YUV220.1166.99140.76-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.89%
GREEN value IS 232 (91.02% from 255) = 39.86%
BLUE value IS 112 (44.14% from 255) = 19.24%
R=40.89%
G=39.86%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823211200.030.530.0757.1478.7568.63
HexEEE87003357394f45
Octal3563501600365771117105
Binary1110111011101000111000001111010111111100110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE870; }

 p { color: rgb(238,232,112); }

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

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

 a { background-color: rgb(238,232,112); }

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

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

 span { border-color: rgb(238,232,112); }

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