Shades of Dolly #EDEC74
Tints of Dolly #EDEC74
RGB
CMYK
RGB Variations
Color information
#EDEC74 (or 0xEDEC74) is known color: Dolly. HEX triplet: ED, EC and 74. RGB value is (237,236,116). Sum of RGB (Red+Green+Blue) = 237+236+116=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 116 (45.70% from 255 or 19.69% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEC74 is #12138B. Grayscale: #DFDFDF. Windows color (decimal): -1184652 or 7662829. OLE color: 7662829.
HSL color Cylindrical-coordinate representation of color #EDEC74: hue angle of 59.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDEC74 is Cyan = 0, Magento = 0.00, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 236 | 116 | - |
| CMYK | 0 | 0.00 | 0.51 | 0.07 |
| HSL | 59.5º | 0.77% | 0.69% | - |
| HSV(B) | 59.5º | 0.51% | 0.93% | - |
| XYZ | 68.07 | 79.26 | 28.23 | - |
| YUV | 222.62 | 67.83 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 116 | 0 | 0.00 | 0.51 | 0.07 | 59.5 | 0.77 | 0.69 |
| Hex | ED | EC | 74 | 0 | 0 | 33 | 7 | 3C | 4D | 45 |
| Octal | 355 | 354 | 164 | 0 | 0 | 63 | 7 | 74 | 115 | 105 |
| Binary | 11101101 | 11101100 | 1110100 | 0 | 0 | 110011 | 111 | 111100 | 1001101 | 1000101 |
Color Harmonies of #EDEC74
Complementary color
Monochromatic Colors of #EDEC74
Black with #EDEC74
Text Example
Text Example
White with #EDEC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEC74; }
p { color: rgb(237,236,116); }
H1.HeaderClassName
{
color: #EDEC74;
}
.AnyTagClassName
{
color: #EDEC74;
}
</style>
background-color css
<style>
a { background-color: #EDEC74; }
a { background-color: rgb(237,236,116); }
div.DivClassName
{
background-color: #EDEC74;
}
.BgClassName
{
background-color: #EDEC74;
}
</style>
border-color css
<style>
span { border-color: #EDEC74; }
span { border-color: rgb(237,236,116); }
td.TdClassName
{
border-color: #EDEC74;
}
.TagClassName
{
border-color: #EDEC74;
}
</style>