#EAF195

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

Shades of Jonquil #EAF195

Tints of Jonquil #EAF195

Color information

#EAF195 (or 0xEAF195) is unknown color: approx Jonquil. HEX triplet: EA, F1 and 95. RGB value is (234,241,149). Sum of RGB (Red+Green+Blue) = 234+241+149=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 149 (58.59% from 255 or 23.88% from 624); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF195 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF195 is #150E6A. Grayscale: #E4E4E4. Windows color (decimal): -1379947 or 9826794. OLE color: 9826794.

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

Color convert

RGB234241149-
CMYK0.0300.380.05
HSL64.57º76.67%76.47%-
HSV(B)64.57º38.17%94.51%-
XYZ70.8182.5740.64-
YUV228.4283.18131.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.5%
GREEN value IS 241 (94.53% from 255) = 38.62%
BLUE value IS 149 (58.59% from 255) = 23.88%
R=37.5%
G=38.62%
B=23.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342411490.0300.380.0564.5776.6776.47
HexEAF19530265414d4c
Octal35236122530465101115114
Binary111010101111000110010101110100110101100000110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF195; }

 p { color: rgb(234,241,149); }

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

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

 a { background-color: rgb(234,241,149); }

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

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

 span { border-color: rgb(234,241,149); }

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