#EAF291

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

Shades of Jonquil #EAF291

Tints of Jonquil #EAF291

Color information

#EAF291 (or 0xEAF291) is unknown color: approx Jonquil. HEX triplet: EA, F2 and 91. RGB value is (234,242,145). Sum of RGB (Red+Green+Blue) = 234+242+145=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 145 (57.03% from 255 or 23.35% from 621); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF291 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF291 is #150D6E. Grayscale: #E4E4E4. Windows color (decimal): -1379695 or 9564906. OLE color: 9564906.

HSL color Cylindrical-coordinate representation of color #EAF291: hue angle of 64.95º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAF291 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB234242145-
CMYK0.0300.400.05
HSL64.95º78.86%75.88%-
HSV(B)64.95º40.08%94.9%-
XYZ70.7983.0439.09-
YUV228.5580.85131.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.68%
GREEN value IS 242 (94.92% from 255) = 38.97%
BLUE value IS 145 (57.03% from 255) = 23.35%
R=37.68%
G=38.97%
B=23.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342421450.0300.400.0564.9578.8675.88
HexEAF29130285414f4c
Octal35236222130505101117114
Binary111010101111001010010001110101000101100000110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF291; }

 p { color: rgb(234,242,145); }

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

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

 a { background-color: rgb(234,242,145); }

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

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

 span { border-color: rgb(234,242,145); }

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