#EAED96

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

Shades of Jonquil #EAED96

Tints of Jonquil #EAED96

Color information

#EAED96 (or 0xEAED96) is unknown color: approx Jonquil. HEX triplet: EA, ED and 96. RGB value is (234,237,150). Sum of RGB (Red+Green+Blue) = 234+237+150=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 150 (58.98% from 255 or 24.15% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #EAED96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAED96 is #151269. Grayscale: #E2E2E2. Windows color (decimal): -1380970 or 9891306. OLE color: 9891306.

HSL color Cylindrical-coordinate representation of color #EAED96: hue angle of 62.07º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EAED96 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB234237150-
CMYK0.0100.370.07
HSL62.07º70.73%75.88%-
HSV(B)62.07º36.71%92.94%-
XYZ69.7280.2640.67-
YUV226.1885.01133.57-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.68%
GREEN value IS 237 (92.97% from 255) = 38.16%
BLUE value IS 150 (58.98% from 255) = 24.15%
R=37.68%
G=38.16%
B=24.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342371500.0100.370.0762.0770.7375.88
HexEAED96102573e474c
Octal3523552261045776107114
Binary1110101011101101100101101010010111111111010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAED96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAED96; }

 p { color: rgb(234,237,150); }

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

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

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

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

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

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

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