#EAF095

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

Shades of Jonquil #EAF095

Tints of Jonquil #EAF095

Color information

#EAF095 (or 0xEAF095) is unknown color: approx Jonquil. HEX triplet: EA, F0 and 95. RGB value is (234,240,149). Sum of RGB (Red+Green+Blue) = 234+240+149=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 240 (94.14% from 255 or 38.52% from 623); Blue value is 149 (58.59% from 255 or 23.92% from 623); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF095 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF095 is #150F6A. Grayscale: #E4E4E4. Windows color (decimal): -1380203 or 9826538. OLE color: 9826538.

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

Color convert

RGB234240149-
CMYK0.0200.380.06
HSL63.96º75.21%76.27%-
HSV(B)63.96º37.92%94.12%-
XYZ70.5281.9840.54-
YUV227.8383.51132.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.56%
GREEN value IS 240 (94.14% from 255) = 38.52%
BLUE value IS 149 (58.59% from 255) = 23.92%
R=37.56%
G=38.52%
B=23.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342401490.0200.380.0663.9675.2176.27
HexEAF09520266404b4c
Octal35236022520466100113114
Binary111010101111000010010101100100110110100000010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF095; }

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

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

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

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

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

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

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

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