#EAFB98

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

Shades of Jonquil #EAFB98

Tints of Jonquil #EAFB98

Color information

#EAFB98 (or 0xEAFB98) is unknown color: approx Jonquil. HEX triplet: EA, FB and 98. RGB value is (234,251,152). Sum of RGB (Red+Green+Blue) = 234+251+152=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 251 (98.44% from 255 or 39.40% from 637); Blue value is 152 (59.77% from 255 or 23.86% from 637); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFB98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFB98 is #150467. Grayscale: #EBEBEB. Windows color (decimal): -1377384 or 10025962. OLE color: 10025962.

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

Color convert

RGB234251152-
CMYK0.0700.390.02
HSL70.3º92.52%79.02%-
HSV(B)70.3º39.44%98.43%-
XYZ74.188.7542.93-
YUV234.6381.37127.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.73%
GREEN value IS 251 (98.44% from 255) = 39.40%
BLUE value IS 152 (59.77% from 255) = 23.86%
R=36.73%
G=39.40%
B=23.86%

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
Decimal2342511520.0700.390.0270.392.5279.02
HexEAFB9870272465d4f
Octal35237323070472106135117
Binary111010101111101110011000111010011110100011010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFB98; }

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

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

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

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

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

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

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

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