Shades of Dolly #EDF676
Tints of Dolly #EDF676
RGB
CMYK
RGB Variations
Color information
#EDF676 (or 0xEDF676) is known color: Dolly. HEX triplet: ED, F6 and 76. RGB value is (237,246,118). Sum of RGB (Red+Green+Blue) = 237+246+118=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 246 (96.48% from 255 or 40.93% from 601); Blue value is 118 (46.48% from 255 or 19.63% from 601); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF676 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF676 is #120989. Grayscale: #E5E5E5. Windows color (decimal): -1182090 or 7796461. OLE color: 7796461.
HSL color Cylindrical-coordinate representation of color #EDF676: hue angle of 64.22º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDF676 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 118 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.04 |
| HSL | 64.22º | 0.88% | 0.71% | - |
| HSV(B) | 64.22º | 0.52% | 0.96% | - |
| XYZ | 71.15 | 85.22 | 29.84 | - |
| YUV | 228.72 | 65.52 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 118 | 0.04 | 0 | 0.52 | 0.04 | 64.22 | 0.88 | 0.71 |
| Hex | ED | F6 | 76 | 4 | 0 | 34 | 4 | 40 | 58 | 47 |
| Octal | 355 | 366 | 166 | 4 | 0 | 64 | 4 | 100 | 130 | 107 |
| Binary | 11101101 | 11110110 | 1110110 | 100 | 0 | 110100 | 100 | 1000000 | 1011000 | 1000111 |
Color Harmonies of #EDF676
Complementary color
Monochromatic Colors of #EDF676
Black with #EDF676
Text Example
Text Example
White with #EDF676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF676; }
p { color: rgb(237,246,118); }
H1.HeaderClassName
{
color: #EDF676;
}
.AnyTagClassName
{
color: #EDF676;
}
</style>
background-color css
<style>
a { background-color: #EDF676; }
a { background-color: rgb(237,246,118); }
div.DivClassName
{
background-color: #EDF676;
}
.BgClassName
{
background-color: #EDF676;
}
</style>
border-color css
<style>
span { border-color: #EDF676; }
span { border-color: rgb(237,246,118); }
td.TdClassName
{
border-color: #EDF676;
}
.TagClassName
{
border-color: #EDF676;
}
</style>