#EAF495

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

Shades of Jonquil #EAF495

Tints of Jonquil #EAF495

Color information

#EAF495 (or 0xEAF495) is unknown color: approx Jonquil. HEX triplet: EA, F4 and 95. RGB value is (234,244,149). Sum of RGB (Red+Green+Blue) = 234+244+149=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 244 (95.70% from 255 or 38.92% from 627); Blue value is 149 (58.59% from 255 or 23.76% from 627); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF495 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF495 is #150B6A. Grayscale: #E6E6E6. Windows color (decimal): -1379179 or 9827562. OLE color: 9827562.

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

Color convert

RGB234244149-
CMYK0.0400.390.04
HSL66.32º81.2%77.06%-
HSV(B)66.32º38.93%95.69%-
XYZ71.7184.3640.94-
YUV230.1882.19130.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.32%
GREEN value IS 244 (95.70% from 255) = 38.92%
BLUE value IS 149 (58.59% from 255) = 23.76%
R=37.32%
G=38.92%
B=23.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342441490.0400.390.0466.3281.277.06
HexEAF4954027442514d
Octal35236422540474102121115
Binary1110101011110100100101011000100111100100001010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF495; }

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

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

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

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

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

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

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

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