#EAF49E

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

Shades of Jonquil #EAF49E

Tints of Jonquil #EAF49E

Color information

#EAF49E (or 0xEAF49E) is unknown color: approx Jonquil. HEX triplet: EA, F4 and 9E. RGB value is (234,244,158). Sum of RGB (Red+Green+Blue) = 234+244+158=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 244 (95.70% from 255 or 38.36% from 636); Blue value is 158 (62.11% from 255 or 24.84% from 636); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF49E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF49E is #150B61. Grayscale: #E7E7E7. Windows color (decimal): -1379170 or 10417386. OLE color: 10417386.

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

Color convert

RGB234244158-
CMYK0.0400.350.04
HSL66.98º79.63%78.82%-
HSV(B)66.98º35.25%95.69%-
XYZ72.4584.6644.87-
YUV231.2186.69129.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.79%
GREEN value IS 244 (95.70% from 255) = 38.36%
BLUE value IS 158 (62.11% from 255) = 24.84%
R=36.79%
G=38.36%
B=24.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342441580.0400.350.0466.9879.6378.82
HexEAF49E4023443504f
Octal35236423640434103120117
Binary1110101011110100100111101000100011100100001110100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF49E; }

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

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

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

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

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

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

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

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