#EEE970

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

Shades of Dolly #EEE970

Tints of Dolly #EEE970

Color information

#EEE970 (or 0xEEE970) is unknown color: approx Dolly. HEX triplet: EE, E9 and 70. RGB value is (238,233,112). Sum of RGB (Red+Green+Blue) = 238+233+112=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 233 (91.41% from 255 or 39.97% from 583); Blue value is 112 (44.14% from 255 or 19.21% from 583); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE970 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEE970 is #11168F. Grayscale: #DDDDDD. Windows color (decimal): -1119888 or 7399918. OLE color: 7399918.

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

Color convert

RGB238233112-
CMYK00.020.530.07
HSL57.62º78.75%68.63%-
HSV(B)57.62º52.94%93.33%-
XYZ67.3277.6226.76-
YUV220.766.66140.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.82%
GREEN value IS 233 (91.41% from 255) = 39.97%
BLUE value IS 112 (44.14% from 255) = 19.21%
R=40.82%
G=39.97%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823311200.020.530.0757.6278.7568.63
HexEEE970023573a4f45
Octal3563511600265772117105
Binary1110111011101001111000001011010111111101010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE970; }

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

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

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

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

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

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

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

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