#EAEA97

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

Shades of Jonquil #EAEA97

Tints of Jonquil #EAEA97

Color information

#EAEA97 (or 0xEAEA97) is unknown color: approx Jonquil. HEX triplet: EA, EA and 97. RGB value is (234,234,151). Sum of RGB (Red+Green+Blue) = 234+234+151=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 151 (59.38% from 255 or 24.39% from 619); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEA97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEA97 is #151568. Grayscale: #E0E0E0. Windows color (decimal): -1381737 or 9956074. OLE color: 9956074.

HSL color Cylindrical-coordinate representation of color #EAEA97: hue angle of 60º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EAEA97 is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB234234151-
CMYK000.350.08
HSL60º66.4%75.49%-
HSV(B)60º35.47%91.76%-
XYZ68.9478.5740.81-
YUV224.5486.5134.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.80%
GREEN value IS 234 (91.80% from 255) = 37.80%
BLUE value IS 151 (59.38% from 255) = 24.39%
R=37.80%
G=37.80%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234234151000.350.086066.475.49
HexEAEA97002383c424b
Octal35235222700431074102113
Binary11101010111010101001011100100011100011110010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEA97; }

 p { color: rgb(234,234,151); }

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

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

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

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

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

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

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