#EAF478

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

Shades of Dolly #EAF478

Tints of Dolly #EAF478

Color information

#EAF478 (or 0xEAF478) is unknown color: approx Dolly. HEX triplet: EA, F4 and 78. RGB value is (234,244,120). Sum of RGB (Red+Green+Blue) = 234+244+120=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 244 (95.70% from 255 or 40.80% from 598); Blue value is 120 (47.27% from 255 or 20.07% from 598); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF478 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF478 is #150B87. Grayscale: #E3E3E3. Windows color (decimal): -1379208 or 7927018. OLE color: 7927018.

HSL color Cylindrical-coordinate representation of color #EAF478: hue angle of 64.84º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EAF478 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB234244120-
CMYK0.0400.510.04
HSL64.84º84.93%71.37%-
HSV(B)64.84º50.82%95.69%-
XYZ69.6783.5530.22-
YUV226.8767.69133.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.13%
GREEN value IS 244 (95.70% from 255) = 40.80%
BLUE value IS 120 (47.27% from 255) = 20.07%
R=39.13%
G=40.80%
B=20.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342441200.0400.510.0464.8484.9371.37
HexEAF47840334415547
Octal35236417040634101125107
Binary111010101111010011110001000110011100100000110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF478; }

 p { color: rgb(234,244,120); }

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

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

 a { background-color: rgb(234,244,120); }

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

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

 span { border-color: rgb(234,244,120); }

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