Shades of Dolly #EDEB74
Tints of Dolly #EDEB74
RGB
CMYK
RGB Variations
Color information
#EDEB74 (or 0xEDEB74) is known color: Dolly. HEX triplet: ED, EB and 74. RGB value is (237,235,116). Sum of RGB (Red+Green+Blue) = 237+235+116=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 235 (92.19% from 255 or 39.97% from 588); Blue value is 116 (45.70% from 255 or 19.73% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEB74 is #12148B. Grayscale: #DEDEDE. Windows color (decimal): -1184908 or 7662573. OLE color: 7662573.
HSL color Cylindrical-coordinate representation of color #EDEB74: hue angle of 59.01º 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 #EDEB74 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 235 | 116 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.07 |
| HSL | 59.01º | 0.77% | 0.69% | - |
| HSV(B) | 59.01º | 0.51% | 0.93% | - |
| XYZ | 67.79 | 78.68 | 28.14 | - |
| YUV | 222.03 | 68.16 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 235 | 116 | 0 | 0.01 | 0.51 | 0.07 | 59.01 | 0.77 | 0.69 |
| Hex | ED | EB | 74 | 0 | 1 | 33 | 7 | 3B | 4D | 45 |
| Octal | 355 | 353 | 164 | 0 | 1 | 63 | 7 | 73 | 115 | 105 |
| Binary | 11101101 | 11101011 | 1110100 | 0 | 1 | 110011 | 111 | 111011 | 1001101 | 1000101 |
Color Harmonies of #EDEB74
Complementary color
Monochromatic Colors of #EDEB74
Black with #EDEB74
Text Example
Text Example
White with #EDEB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEB74; }
p { color: rgb(237,235,116); }
H1.HeaderClassName
{
color: #EDEB74;
}
.AnyTagClassName
{
color: #EDEB74;
}
</style>
background-color css
<style>
a { background-color: #EDEB74; }
a { background-color: rgb(237,235,116); }
div.DivClassName
{
background-color: #EDEB74;
}
.BgClassName
{
background-color: #EDEB74;
}
</style>
border-color css
<style>
span { border-color: #EDEB74; }
span { border-color: rgb(237,235,116); }
td.TdClassName
{
border-color: #EDEB74;
}
.TagClassName
{
border-color: #EDEB74;
}
</style>