#EAF49D

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

Shades of Jonquil #EAF49D

Tints of Jonquil #EAF49D

Color information

#EAF49D (or 0xEAF49D) is unknown color: approx Jonquil. HEX triplet: EA, F4 and 9D. RGB value is (234,244,157). Sum of RGB (Red+Green+Blue) = 234+244+157=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 244 (95.70% from 255 or 38.43% from 635); Blue value is 157 (61.72% from 255 or 24.72% from 635); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF49D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF49D is #150B62. Grayscale: #E7E7E7. Windows color (decimal): -1379171 or 10351850. OLE color: 10351850.

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

Color convert

RGB234244157-
CMYK0.0400.360.04
HSL66.9º79.82%78.63%-
HSV(B)66.9º35.66%95.69%-
XYZ72.3784.6344.42-
YUV231.0986.19130.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.85%
GREEN value IS 244 (95.70% from 255) = 38.43%
BLUE value IS 157 (61.72% from 255) = 24.72%
R=36.85%
G=38.43%
B=24.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342441570.0400.360.0466.979.8278.63
HexEAF49D4024443504f
Octal35236423540444103120117
Binary1110101011110100100111011000100100100100001110100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF49D; }

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

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

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

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

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

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

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

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