Shades of Dolly #EDF078
Tints of Dolly #EDF078
RGB
CMYK
RGB Variations
Color information
#EDF078 (or 0xEDF078) is known color: Dolly. HEX triplet: ED, F0 and 78. RGB value is (237,240,120). Sum of RGB (Red+Green+Blue) = 237+240+120=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 240 (94.14% from 255 or 40.20% from 597); Blue value is 120 (47.27% from 255 or 20.10% from 597); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF078 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF078 is #120F87. Grayscale: #E1E1E1. Windows color (decimal): -1183624 or 7925997. OLE color: 7925997.
HSL color Cylindrical-coordinate representation of color #EDF078: hue angle of 61.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDF078 is Cyan = 0.01, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 120 | - |
| CMYK | 0.01 | 0 | 0.5 | 0.06 |
| HSL | 61.5º | 0.8% | 0.71% | - |
| HSV(B) | 61.5º | 0.5% | 0.94% | - |
| XYZ | 69.48 | 81.68 | 29.87 | - |
| YUV | 225.42 | 68.51 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 120 | 0.01 | 0 | 0.5 | 0.06 | 61.5 | 0.8 | 0.71 |
| Hex | ED | F0 | 78 | 1 | 0 | 32 | 6 | 3E | 50 | 47 |
| Octal | 355 | 360 | 170 | 1 | 0 | 62 | 6 | 76 | 120 | 107 |
| Binary | 11101101 | 11110000 | 1111000 | 1 | 0 | 110010 | 110 | 111110 | 1010000 | 1000111 |
Color Harmonies of #EDF078
Complementary color
Monochromatic Colors of #EDF078
Black with #EDF078
Text Example
Text Example
White with #EDF078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF078; }
p { color: rgb(237,240,120); }
H1.HeaderClassName
{
color: #EDF078;
}
.AnyTagClassName
{
color: #EDF078;
}
</style>
background-color css
<style>
a { background-color: #EDF078; }
a { background-color: rgb(237,240,120); }
div.DivClassName
{
background-color: #EDF078;
}
.BgClassName
{
background-color: #EDF078;
}
</style>
border-color css
<style>
span { border-color: #EDF078; }
span { border-color: rgb(237,240,120); }
td.TdClassName
{
border-color: #EDF078;
}
.TagClassName
{
border-color: #EDF078;
}
</style>