#EAF59A

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

Shades of Jonquil #EAF59A

Tints of Jonquil #EAF59A

Color information

#EAF59A (or 0xEAF59A) is unknown color: approx Jonquil. HEX triplet: EA, F5 and 9A. RGB value is (234,245,154). Sum of RGB (Red+Green+Blue) = 234+245+154=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 245 (96.09% from 255 or 38.70% from 633); Blue value is 154 (60.55% from 255 or 24.33% from 633); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF59A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF59A is #150A65. Grayscale: #E7E7E7. Windows color (decimal): -1378918 or 10155498. OLE color: 10155498.

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

Color convert

RGB234245154-
CMYK0.0400.370.04
HSL67.25º81.98%78.24%-
HSV(B)67.25º37.14%96.08%-
XYZ72.4285.1343.19-
YUV231.3484.36129.9-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.97%
GREEN value IS 245 (96.09% from 255) = 38.70%
BLUE value IS 154 (60.55% from 255) = 24.33%
R=36.97%
G=38.70%
B=24.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342451540.0400.370.0467.2581.9878.24
HexEAF59A4025443524e
Octal35236523240454103122116
Binary1110101011110101100110101000100101100100001110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF59A; }

 p { color: rgb(234,245,154); }

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

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

 a { background-color: rgb(234,245,154); }

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

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

 span { border-color: rgb(234,245,154); }

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