#EAED9B

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

Shades of Jonquil #EAED9B

Tints of Jonquil #EAED9B

Color information

#EAED9B (or 0xEAED9B) is unknown color: approx Jonquil. HEX triplet: EA, ED and 9B. RGB value is (234,237,155). Sum of RGB (Red+Green+Blue) = 234+237+155=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 155 (60.94% from 255 or 24.76% from 626); Max value from RGB is 237 - color contains mainly: green. Hex color #EAED9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAED9B is #151264. Grayscale: #E3E3E3. Windows color (decimal): -1380965 or 10218986. OLE color: 10218986.

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

Color convert

RGB234237155-
CMYK0.0100.350.07
HSL62.2º69.49%76.86%-
HSV(B)62.2º34.6%92.94%-
XYZ70.1380.4342.84-
YUV226.7687.51133.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.38%
GREEN value IS 237 (92.97% from 255) = 37.86%
BLUE value IS 155 (60.94% from 255) = 24.76%
R=37.38%
G=37.86%
B=24.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342371550.0100.350.0762.269.4976.86
HexEAED9B102373e454d
Octal3523552331043776105115
Binary1110101011101101100110111010001111111111010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAED9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAED9B; }

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

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

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

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

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

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

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

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