Shades of Jonquil #EDEA93
Tints of Jonquil #EDEA93
RGB
CMYK
RGB Variations
Color information
#EDEA93 (or 0xEDEA93) is known color: Jonquil. HEX triplet: ED, EA and 93. RGB value is (237,234,147). Sum of RGB (Red+Green+Blue) = 237+234+147=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 147 (57.81% from 255 or 23.79% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEA93 is #12156C. Grayscale: #E1E1E1. Windows color (decimal): -1185133 or 9693933. OLE color: 9693933.
HSL color Cylindrical-coordinate representation of color #EDEA93: hue angle of 58º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDEA93 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 234 | 147 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.07 |
| HSL | 58º | 0.71% | 0.75% | - |
| HSV(B) | 58º | 0.38% | 0.93% | - |
| XYZ | 69.61 | 78.96 | 39.17 | - |
| YUV | 224.98 | 83.99 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 234 | 147 | 0 | 0.01 | 0.38 | 0.07 | 58 | 0.71 | 0.75 |
| Hex | ED | EA | 93 | 0 | 1 | 26 | 7 | 3A | 47 | 4B |
| Octal | 355 | 352 | 223 | 0 | 1 | 46 | 7 | 72 | 107 | 113 |
| Binary | 11101101 | 11101010 | 10010011 | 0 | 1 | 100110 | 111 | 111010 | 1000111 | 1001011 |
Color Harmonies of #EDEA93
Complementary color
Monochromatic Colors of #EDEA93
Black with #EDEA93
Text Example
Text Example
White with #EDEA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEA93; }
p { color: rgb(237,234,147); }
H1.HeaderClassName
{
color: #EDEA93;
}
.AnyTagClassName
{
color: #EDEA93;
}
</style>
background-color css
<style>
a { background-color: #EDEA93; }
a { background-color: rgb(237,234,147); }
div.DivClassName
{
background-color: #EDEA93;
}
.BgClassName
{
background-color: #EDEA93;
}
</style>
border-color css
<style>
span { border-color: #EDEA93; }
span { border-color: rgb(237,234,147); }
td.TdClassName
{
border-color: #EDEA93;
}
.TagClassName
{
border-color: #EDEA93;
}
</style>