Shades of Jonquil #EDED8C
Tints of Jonquil #EDED8C
RGB
CMYK
RGB Variations
Color information
#EDED8C (or 0xEDED8C) is known color: Jonquil. HEX triplet: ED, ED and 8C. RGB value is (237,237,140). Sum of RGB (Red+Green+Blue) = 237+237+140=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 140 (55.08% from 255 or 22.80% from 614); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDED8C is #121273. Grayscale: #E2E2E2. Windows color (decimal): -1184372 or 9235949. OLE color: 9235949.
HSL color Cylindrical-coordinate representation of color #EDED8C: hue angle of 60º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDED8C is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 237 | 140 | - |
| CMYK | 0 | 0 | 0.41 | 0.07 |
| HSL | 60º | 0.73% | 0.74% | - |
| HSV(B) | 60º | 0.41% | 0.93% | - |
| XYZ | 69.94 | 80.47 | 36.66 | - |
| YUV | 225.94 | 79.5 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 237 | 140 | 0 | 0 | 0.41 | 0.07 | 60 | 0.73 | 0.74 |
| Hex | ED | ED | 8C | 0 | 0 | 29 | 7 | 3C | 49 | 4A |
| Octal | 355 | 355 | 214 | 0 | 0 | 51 | 7 | 74 | 111 | 112 |
| Binary | 11101101 | 11101101 | 10001100 | 0 | 0 | 101001 | 111 | 111100 | 1001001 | 1001010 |
Color Harmonies of #EDED8C
Complementary color
Monochromatic Colors of #EDED8C
Black with #EDED8C
Text Example
Text Example
White with #EDED8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDED8C; }
p { color: rgb(237,237,140); }
H1.HeaderClassName
{
color: #EDED8C;
}
.AnyTagClassName
{
color: #EDED8C;
}
</style>
background-color css
<style>
a { background-color: #EDED8C; }
a { background-color: rgb(237,237,140); }
div.DivClassName
{
background-color: #EDED8C;
}
.BgClassName
{
background-color: #EDED8C;
}
</style>
border-color css
<style>
span { border-color: #EDED8C; }
span { border-color: rgb(237,237,140); }
td.TdClassName
{
border-color: #EDED8C;
}
.TagClassName
{
border-color: #EDED8C;
}
</style>