#EAF494

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

Shades of Jonquil #EAF494

Tints of Jonquil #EAF494

Color information

#EAF494 (or 0xEAF494) is unknown color: approx Jonquil. HEX triplet: EA, F4 and 94. RGB value is (234,244,148). Sum of RGB (Red+Green+Blue) = 234+244+148=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 244 (95.70% from 255 or 38.98% from 626); Blue value is 148 (58.20% from 255 or 23.64% from 626); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF494 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF494 is #150B6B. Grayscale: #E6E6E6. Windows color (decimal): -1379180 or 9762026. OLE color: 9762026.

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

Color convert

RGB234244148-
CMYK0.0400.390.04
HSL66.25º81.36%76.86%-
HSV(B)66.25º39.34%95.69%-
XYZ71.6384.3340.52-
YUV230.0781.69130.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.38%
GREEN value IS 244 (95.70% from 255) = 38.98%
BLUE value IS 148 (58.20% from 255) = 23.64%
R=37.38%
G=38.98%
B=23.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342441480.0400.390.0466.2581.3676.86
HexEAF4944027442514d
Octal35236422440474102121115
Binary1110101011110100100101001000100111100100001010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF494; }

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

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

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

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

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

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

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

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