#EEF570

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

Shades of Dolly #EEF570

Tints of Dolly #EEF570

Color information

#EEF570 (or 0xEEF570) is unknown color: approx Dolly. HEX triplet: EE, F5 and 70. RGB value is (238,245,112). Sum of RGB (Red+Green+Blue) = 238+245+112=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 245 (96.09% from 255 or 41.18% from 595); Blue value is 112 (44.14% from 255 or 18.82% from 595); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF570 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF570 is #110A8F. Grayscale: #E4E4E4. Windows color (decimal): -1116816 or 7402990. OLE color: 7402990.

HSL color Cylindrical-coordinate representation of color #EEF570: hue angle of 63.16º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EEF570 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB238245112-
CMYK0.0300.540.04
HSL63.16º86.93%70%-
HSV(B)63.16º54.29%96.08%-
XYZ70.8484.6527.94-
YUV227.7462.68135.31-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40%
GREEN value IS 245 (96.09% from 255) = 41.18%
BLUE value IS 112 (44.14% from 255) = 18.82%
R=40%
G=41.18%
B=18.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382451120.0300.540.0463.1686.9370
HexEEF570303643f5746
Octal3563651603066477127106
Binary1110111011110101111000011011011010011111110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF570; }

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

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

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

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

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

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

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

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