#EAF097

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

Shades of Jonquil #EAF097

Tints of Jonquil #EAF097

Color information

#EAF097 (or 0xEAF097) is unknown color: approx Jonquil. HEX triplet: EA, F0 and 97. RGB value is (234,240,151). Sum of RGB (Red+Green+Blue) = 234+240+151=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 240 (94.14% from 255 or 38.4% from 625); Blue value is 151 (59.38% from 255 or 24.16% from 625); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF097 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF097 is #150F68. Grayscale: #E4E4E4. Windows color (decimal): -1380201 or 9957610. OLE color: 9957610.

HSL color Cylindrical-coordinate representation of color #EAF097: hue angle of 64.04º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EAF097 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB234240151-
CMYK0.0200.370.06
HSL64.04º74.79%76.67%-
HSV(B)64.04º37.08%94.12%-
XYZ70.6882.0541.39-
YUV228.0684.51132.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.44%
GREEN value IS 240 (94.14% from 255) = 38.4%
BLUE value IS 151 (59.38% from 255) = 24.16%
R=37.44%
G=38.4%
B=24.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342401510.0200.370.0664.0474.7976.67
HexEAF09720256404b4d
Octal35236022720456100113115
Binary111010101111000010010111100100101110100000010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF097; }

 p { color: rgb(234,240,151); }

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

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

 a { background-color: rgb(234,240,151); }

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

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

 span { border-color: rgb(234,240,151); }

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