#EAFB9A

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

Shades of Jonquil #EAFB9A

Tints of Jonquil #EAFB9A

Color information

#EAFB9A (or 0xEAFB9A) is unknown color: approx Jonquil. HEX triplet: EA, FB and 9A. RGB value is (234,251,154). Sum of RGB (Red+Green+Blue) = 234+251+154=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 251 (98.44% from 255 or 39.28% from 639); Blue value is 154 (60.55% from 255 or 24.10% from 639); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFB9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFB9A is #150465. Grayscale: #EBEBEB. Windows color (decimal): -1377382 or 10157034. OLE color: 10157034.

HSL color Cylindrical-coordinate representation of color #EAFB9A: hue angle of 70.52º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EAFB9A is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB234251154-
CMYK0.0700.390.02
HSL70.52º92.38%79.41%-
HSV(B)70.52º38.65%98.43%-
XYZ74.2688.8243.8-
YUV234.8682.37127.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.62%
GREEN value IS 251 (98.44% from 255) = 39.28%
BLUE value IS 154 (60.55% from 255) = 24.10%
R=36.62%
G=39.28%
B=24.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342511540.0700.390.0270.5292.3879.41
HexEAFB9A70272475c4f
Octal35237323270472107134117
Binary111010101111101110011010111010011110100011110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFB9A; }

 p { color: rgb(234,251,154); }

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

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

 a { background-color: rgb(234,251,154); }

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

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

 span { border-color: rgb(234,251,154); }

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