Shades of Dolly #EDEF72
Tints of Dolly #EDEF72
RGB
CMYK
RGB Variations
Color information
#EDEF72 (or 0xEDEF72) is known color: Dolly. HEX triplet: ED, EF and 72. RGB value is (237,239,114). Sum of RGB (Red+Green+Blue) = 237+239+114=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 239 (93.75% from 255 or 40.51% from 590); Blue value is 114 (44.92% from 255 or 19.32% from 590); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEF72 is #12108D. Grayscale: #E0E0E0. Windows color (decimal): -1183886 or 7532525. OLE color: 7532525.
HSL color Cylindrical-coordinate representation of color #EDEF72: hue angle of 60.96º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDEF72 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 114 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.06 |
| HSL | 60.96º | 0.8% | 0.69% | - |
| HSV(B) | 60.96º | 0.52% | 0.94% | - |
| XYZ | 68.83 | 80.95 | 27.92 | - |
| YUV | 224.15 | 65.84 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 114 | 0.01 | 0 | 0.52 | 0.06 | 60.96 | 0.8 | 0.69 |
| Hex | ED | EF | 72 | 1 | 0 | 34 | 6 | 3D | 50 | 45 |
| Octal | 355 | 357 | 162 | 1 | 0 | 64 | 6 | 75 | 120 | 105 |
| Binary | 11101101 | 11101111 | 1110010 | 1 | 0 | 110100 | 110 | 111101 | 1010000 | 1000101 |
Color Harmonies of #EDEF72
Complementary color
Monochromatic Colors of #EDEF72
Black with #EDEF72
Text Example
Text Example
White with #EDEF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF72; }
p { color: rgb(237,239,114); }
H1.HeaderClassName
{
color: #EDEF72;
}
.AnyTagClassName
{
color: #EDEF72;
}
</style>
background-color css
<style>
a { background-color: #EDEF72; }
a { background-color: rgb(237,239,114); }
div.DivClassName
{
background-color: #EDEF72;
}
.BgClassName
{
background-color: #EDEF72;
}
</style>
border-color css
<style>
span { border-color: #EDEF72; }
span { border-color: rgb(237,239,114); }
td.TdClassName
{
border-color: #EDEF72;
}
.TagClassName
{
border-color: #EDEF72;
}
</style>