Shades of Dolly #EDED72
Tints of Dolly #EDED72
RGB
CMYK
RGB Variations
Color information
#EDED72 (or 0xEDED72) is known color: Dolly. HEX triplet: ED, ED and 72. RGB value is (237,237,114). Sum of RGB (Red+Green+Blue) = 237+237+114=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 114 (44.92% from 255 or 19.39% from 588); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDED72 is #12128D. Grayscale: #DFDFDF. Windows color (decimal): -1184398 or 7532013. OLE color: 7532013.
HSL color Cylindrical-coordinate representation of color #EDED72: hue angle of 60º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDED72 is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 237 | 114 | - |
| CMYK | 0 | 0 | 0.52 | 0.07 |
| HSL | 60º | 0.77% | 0.69% | - |
| HSV(B) | 60º | 0.52% | 0.93% | - |
| XYZ | 68.25 | 79.79 | 27.72 | - |
| YUV | 222.98 | 66.5 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 237 | 114 | 0 | 0 | 0.52 | 0.07 | 60 | 0.77 | 0.69 |
| Hex | ED | ED | 72 | 0 | 0 | 34 | 7 | 3C | 4D | 45 |
| Octal | 355 | 355 | 162 | 0 | 0 | 64 | 7 | 74 | 115 | 105 |
| Binary | 11101101 | 11101101 | 1110010 | 0 | 0 | 110100 | 111 | 111100 | 1001101 | 1000101 |
Color Harmonies of #EDED72
Complementary color
Monochromatic Colors of #EDED72
Black with #EDED72
Text Example
Text Example
White with #EDED72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDED72; }
p { color: rgb(237,237,114); }
H1.HeaderClassName
{
color: #EDED72;
}
.AnyTagClassName
{
color: #EDED72;
}
</style>
background-color css
<style>
a { background-color: #EDED72; }
a { background-color: rgb(237,237,114); }
div.DivClassName
{
background-color: #EDED72;
}
.BgClassName
{
background-color: #EDED72;
}
</style>
border-color css
<style>
span { border-color: #EDED72; }
span { border-color: rgb(237,237,114); }
td.TdClassName
{
border-color: #EDED72;
}
.TagClassName
{
border-color: #EDED72;
}
</style>