Shades of Jonquil #EAED9C
Tints of Jonquil #EAED9C
RGB
CMYK
RGB Variations
Color information
#EAED9C (or 0xEAED9C) is known color: Jonquil. HEX triplet: EA, ED and 9C. RGB value is (234,237,156). Sum of RGB (Red+Green+Blue) = 234+237+156=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 156 (61.33% from 255 or 24.88% from 627); Max value from RGB is 237 - color contains mainly: green. Hex color #EAED9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAED9C is #151263. Grayscale: #E3E3E3. Windows color (decimal): -1380964 or 10284522. OLE color: 10284522.
HSL color Cylindrical-coordinate representation of color #EAED9C: hue angle of 62.22º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EAED9C is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 237 | 156 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.07 |
| HSL | 62.22º | 0.69% | 0.77% | - |
| HSV(B) | 62.22º | 0.34% | 0.93% | - |
| XYZ | 70.22 | 80.46 | 43.28 | - |
| YUV | 226.87 | 88.01 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 237 | 156 | 0.01 | 0 | 0.34 | 0.07 | 62.22 | 0.69 | 0.77 |
| Hex | EA | ED | 9C | 1 | 0 | 22 | 7 | 3E | 45 | 4D |
| Octal | 352 | 355 | 234 | 1 | 0 | 42 | 7 | 76 | 105 | 115 |
| Binary | 11101010 | 11101101 | 10011100 | 1 | 0 | 100010 | 111 | 111110 | 1000101 | 1001101 |
Color Harmonies of #EAED9C
Complementary color
Monochromatic Colors of #EAED9C
Black with #EAED9C
Text Example
Text Example
White with #EAED9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAED9C; }
p { color: rgb(234,237,156); }
H1.HeaderClassName
{
color: #EAED9C;
}
.AnyTagClassName
{
color: #EAED9C;
}
</style>
background-color css
<style>
a { background-color: #EAED9C; }
a { background-color: rgb(234,237,156); }
div.DivClassName
{
background-color: #EAED9C;
}
.BgClassName
{
background-color: #EAED9C;
}
</style>
border-color css
<style>
span { border-color: #EAED9C; }
span { border-color: rgb(234,237,156); }
td.TdClassName
{
border-color: #EAED9C;
}
.TagClassName
{
border-color: #EAED9C;
}
</style>