Shades of Dolly #EDF670
Tints of Dolly #EDF670
RGB
CMYK
RGB Variations
Color information
#EDF670 (or 0xEDF670) is known color: Dolly. HEX triplet: ED, F6 and 70. RGB value is (237,246,112). Sum of RGB (Red+Green+Blue) = 237+246+112=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 246 (96.48% from 255 or 41.34% from 595); Blue value is 112 (44.14% from 255 or 18.82% from 595); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF670 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF670 is #12098F. Grayscale: #E4E4E4. Windows color (decimal): -1182096 or 7403245. OLE color: 7403245.
HSL color Cylindrical-coordinate representation of color #EDF670: hue angle of 64.03º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDF670 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 112 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.04 |
| HSL | 64.03º | 0.88% | 0.7% | - |
| HSV(B) | 64.03º | 0.54% | 0.96% | - |
| XYZ | 70.81 | 85.09 | 28.02 | - |
| YUV | 228.03 | 62.52 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 112 | 0.04 | 0 | 0.54 | 0.04 | 64.03 | 0.88 | 0.7 |
| Hex | ED | F6 | 70 | 4 | 0 | 36 | 4 | 40 | 58 | 46 |
| Octal | 355 | 366 | 160 | 4 | 0 | 66 | 4 | 100 | 130 | 106 |
| Binary | 11101101 | 11110110 | 1110000 | 100 | 0 | 110110 | 100 | 1000000 | 1011000 | 1000110 |
Color Harmonies of #EDF670
Complementary color
Monochromatic Colors of #EDF670
Black with #EDF670
Text Example
Text Example
White with #EDF670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF670; }
p { color: rgb(237,246,112); }
H1.HeaderClassName
{
color: #EDF670;
}
.AnyTagClassName
{
color: #EDF670;
}
</style>
background-color css
<style>
a { background-color: #EDF670; }
a { background-color: rgb(237,246,112); }
div.DivClassName
{
background-color: #EDF670;
}
.BgClassName
{
background-color: #EDF670;
}
</style>
border-color css
<style>
span { border-color: #EDF670; }
span { border-color: rgb(237,246,112); }
td.TdClassName
{
border-color: #EDF670;
}
.TagClassName
{
border-color: #EDF670;
}
</style>