#EAF595

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

Shades of Jonquil #EAF595

Tints of Jonquil #EAF595

Color information

#EAF595 (or 0xEAF595) is unknown color: approx Jonquil. HEX triplet: EA, F5 and 95. RGB value is (234,245,149). Sum of RGB (Red+Green+Blue) = 234+245+149=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 245 (96.09% from 255 or 39.01% from 628); Blue value is 149 (58.59% from 255 or 23.73% from 628); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF595 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF595 is #150A6A. Grayscale: #E7E7E7. Windows color (decimal): -1378923 or 9827818. OLE color: 9827818.

HSL color Cylindrical-coordinate representation of color #EAF595: hue angle of 66.88º degrees, saturation: 0.83, 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 #EAF595 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB234245149-
CMYK0.0400.390.04
HSL66.88º82.76%77.25%-
HSV(B)66.88º39.18%96.08%-
XYZ72.0184.9741.04-
YUV230.7781.86130.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.26%
GREEN value IS 245 (96.09% from 255) = 39.01%
BLUE value IS 149 (58.59% from 255) = 23.73%
R=37.26%
G=39.01%
B=23.73%

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
Decimal2342451490.0400.390.0466.8882.7677.25
HexEAF5954027443534d
Octal35236522540474103123115
Binary1110101011110101100101011000100111100100001110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF595; }

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

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

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

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

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

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

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

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