Shades of Dolly #EDE972
Tints of Dolly #EDE972
RGB
CMYK
RGB Variations
Color information
#EDE972 (or 0xEDE972) is known color: Dolly. HEX triplet: ED, E9 and 72. RGB value is (237,233,114). Sum of RGB (Red+Green+Blue) = 237+233+114=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 233 (91.41% from 255 or 39.90% from 584); Blue value is 114 (44.92% from 255 or 19.52% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE972 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE972 is #12168D. Grayscale: #DDDDDD. Windows color (decimal): -1185422 or 7530989. OLE color: 7530989.
HSL color Cylindrical-coordinate representation of color #EDE972: hue angle of 58.05º 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 #EDE972 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 114 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.07 |
| HSL | 58.05º | 0.77% | 0.69% | - |
| HSV(B) | 58.05º | 0.52% | 0.93% | - |
| XYZ | 67.1 | 77.5 | 27.34 | - |
| YUV | 220.63 | 67.83 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 114 | 0 | 0.02 | 0.52 | 0.07 | 58.05 | 0.77 | 0.69 |
| Hex | ED | E9 | 72 | 0 | 2 | 34 | 7 | 3A | 4D | 45 |
| Octal | 355 | 351 | 162 | 0 | 2 | 64 | 7 | 72 | 115 | 105 |
| Binary | 11101101 | 11101001 | 1110010 | 0 | 10 | 110100 | 111 | 111010 | 1001101 | 1000101 |
Color Harmonies of #EDE972
Complementary color
Monochromatic Colors of #EDE972
Black with #EDE972
Text Example
Text Example
White with #EDE972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE972; }
p { color: rgb(237,233,114); }
H1.HeaderClassName
{
color: #EDE972;
}
.AnyTagClassName
{
color: #EDE972;
}
</style>
background-color css
<style>
a { background-color: #EDE972; }
a { background-color: rgb(237,233,114); }
div.DivClassName
{
background-color: #EDE972;
}
.BgClassName
{
background-color: #EDE972;
}
</style>
border-color css
<style>
span { border-color: #EDE972; }
span { border-color: rgb(237,233,114); }
td.TdClassName
{
border-color: #EDE972;
}
.TagClassName
{
border-color: #EDE972;
}
</style>