#EEF970

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

Shades of Dolly #EEF970

Tints of Dolly #EEF970

Color information

#EEF970 (or 0xEEF970) is unknown color: approx Dolly. HEX triplet: EE, F9 and 70. RGB value is (238,249,112). Sum of RGB (Red+Green+Blue) = 238+249+112=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 249 (97.66% from 255 or 41.57% from 599); Blue value is 112 (44.14% from 255 or 18.70% from 599); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF970 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF970 is #11068F. Grayscale: #E6E6E6. Windows color (decimal): -1115792 or 7404014. OLE color: 7404014.

HSL color Cylindrical-coordinate representation of color #EEF970: hue angle of 64.82º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EEF970 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB238249112-
CMYK0.0400.550.02
HSL64.82º91.95%70.78%-
HSV(B)64.82º55.02%97.65%-
XYZ72.0687.128.34-
YUV230.0961.36133.64-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.73%
GREEN value IS 249 (97.66% from 255) = 41.57%
BLUE value IS 112 (44.14% from 255) = 18.70%
R=39.73%
G=41.57%
B=18.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382491120.0400.550.0264.8291.9570.78
HexEEF97040372415c47
Octal35637116040672101134107
Binary11101110111110011110000100011011110100000110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF970; }

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

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

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

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

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

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

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

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