Shades of Jonquil #EAED9D
Tints of Jonquil #EAED9D
RGB
CMYK
RGB Variations
Color information
#EAED9D (or 0xEAED9D) is known color: Jonquil. HEX triplet: EA, ED and 9D. RGB value is (234,237,157). Sum of RGB (Red+Green+Blue) = 234+237+157=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 157 (61.72% from 255 or 25% from 628); Max value from RGB is 237 - color contains mainly: green. Hex color #EAED9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAED9D is #151262. Grayscale: #E3E3E3. Windows color (decimal): -1380963 or 10350058. OLE color: 10350058.
HSL color Cylindrical-coordinate representation of color #EAED9D: hue angle of 62.25º 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 #EAED9D is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 237 | 157 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.07 |
| HSL | 62.25º | 0.69% | 0.77% | - |
| HSV(B) | 62.25º | 0.34% | 0.93% | - |
| XYZ | 70.3 | 80.5 | 43.73 | - |
| YUV | 226.98 | 88.51 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 237 | 157 | 0.01 | 0 | 0.34 | 0.07 | 62.25 | 0.69 | 0.77 |
| Hex | EA | ED | 9D | 1 | 0 | 22 | 7 | 3E | 45 | 4D |
| Octal | 352 | 355 | 235 | 1 | 0 | 42 | 7 | 76 | 105 | 115 |
| Binary | 11101010 | 11101101 | 10011101 | 1 | 0 | 100010 | 111 | 111110 | 1000101 | 1001101 |
Color Harmonies of #EAED9D
Complementary color
Monochromatic Colors of #EAED9D
Black with #EAED9D
Text Example
Text Example
White with #EAED9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAED9D; }
p { color: rgb(234,237,157); }
H1.HeaderClassName
{
color: #EAED9D;
}
.AnyTagClassName
{
color: #EAED9D;
}
</style>
background-color css
<style>
a { background-color: #EAED9D; }
a { background-color: rgb(234,237,157); }
div.DivClassName
{
background-color: #EAED9D;
}
.BgClassName
{
background-color: #EAED9D;
}
</style>
border-color css
<style>
span { border-color: #EAED9D; }
span { border-color: rgb(234,237,157); }
td.TdClassName
{
border-color: #EAED9D;
}
.TagClassName
{
border-color: #EAED9D;
}
</style>