#EAE995

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

Shades of Jonquil #EAE995

Tints of Jonquil #EAE995

Color information

#EAE995 (or 0xEAE995) is unknown color: approx Jonquil. HEX triplet: EA, E9 and 95. RGB value is (234,233,149). Sum of RGB (Red+Green+Blue) = 234+233+149=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 233 (91.41% from 255 or 37.82% from 616); Blue value is 149 (58.59% from 255 or 24.19% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE995 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE995 is #15166A. Grayscale: #E0E0E0. Windows color (decimal): -1381995 or 9824746. OLE color: 9824746.

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

Color convert

RGB234233149-
CMYK00.000.360.08
HSL59.29º66.93%75.1%-
HSV(B)59.29º36.32%91.76%-
XYZ68.577.9439.87-
YUV223.7285.83135.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.99%
GREEN value IS 233 (91.41% from 255) = 37.82%
BLUE value IS 149 (58.59% from 255) = 24.19%
R=37.99%
G=37.82%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423314900.000.360.0859.2966.9375.1
HexEAE995002483b434b
Octal35235122500441073103113
Binary11101010111010011001010100100100100011101110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE995; }

 p { color: rgb(234,233,149); }

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

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

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

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

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

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

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