Shades of Dolly #EDE872
Tints of Dolly #EDE872
RGB
CMYK
RGB Variations
Color information
#EDE872 (or 0xEDE872) is known color: Dolly. HEX triplet: ED, E8 and 72. RGB value is (237,232,114). Sum of RGB (Red+Green+Blue) = 237+232+114=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 232 (91.02% from 255 or 39.79% from 583); Blue value is 114 (44.92% from 255 or 19.55% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE872 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE872 is #12178D. Grayscale: #DCDCDC. Windows color (decimal): -1185678 or 7530733. OLE color: 7530733.
HSL color Cylindrical-coordinate representation of color #EDE872: hue angle of 57.56º 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 #EDE872 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 114 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.07 |
| HSL | 57.56º | 0.77% | 0.69% | - |
| HSV(B) | 57.56º | 0.52% | 0.93% | - |
| XYZ | 66.82 | 76.93 | 27.25 | - |
| YUV | 220.04 | 68.16 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 114 | 0 | 0.02 | 0.52 | 0.07 | 57.56 | 0.77 | 0.69 |
| Hex | ED | E8 | 72 | 0 | 2 | 34 | 7 | 3A | 4D | 45 |
| Octal | 355 | 350 | 162 | 0 | 2 | 64 | 7 | 72 | 115 | 105 |
| Binary | 11101101 | 11101000 | 1110010 | 0 | 10 | 110100 | 111 | 111010 | 1001101 | 1000101 |
Color Harmonies of #EDE872
Complementary color
Monochromatic Colors of #EDE872
Black with #EDE872
Text Example
Text Example
White with #EDE872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE872; }
p { color: rgb(237,232,114); }
H1.HeaderClassName
{
color: #EDE872;
}
.AnyTagClassName
{
color: #EDE872;
}
</style>
background-color css
<style>
a { background-color: #EDE872; }
a { background-color: rgb(237,232,114); }
div.DivClassName
{
background-color: #EDE872;
}
.BgClassName
{
background-color: #EDE872;
}
</style>
border-color css
<style>
span { border-color: #EDE872; }
span { border-color: rgb(237,232,114); }
td.TdClassName
{
border-color: #EDE872;
}
.TagClassName
{
border-color: #EDE872;
}
</style>