#EAF99A

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

Shades of Jonquil #EAF99A

Tints of Jonquil #EAF99A

Color information

#EAF99A (or 0xEAF99A) is unknown color: approx Jonquil. HEX triplet: EA, F9 and 9A. RGB value is (234,249,154). Sum of RGB (Red+Green+Blue) = 234+249+154=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 249 (97.66% from 255 or 39.09% from 637); Blue value is 154 (60.55% from 255 or 24.18% from 637); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF99A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF99A is #150665. Grayscale: #EAEAEA. Windows color (decimal): -1377894 or 10156522. OLE color: 10156522.

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

Color convert

RGB234249154-
CMYK0.0600.380.02
HSL69.47º88.79%79.02%-
HSV(B)69.47º38.15%97.65%-
XYZ73.6487.5843.59-
YUV233.6883.03128.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.73%
GREEN value IS 249 (97.66% from 255) = 39.09%
BLUE value IS 154 (60.55% from 255) = 24.18%
R=36.73%
G=39.09%
B=24.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342491540.0600.380.0269.4788.7979.02
HexEAF99A6026245594f
Octal35237123260462105131117
Binary111010101111100110011010110010011010100010110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF99A; }

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

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

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

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

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

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

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

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