Shades of Dolly #EDF578
Tints of Dolly #EDF578
RGB
CMYK
RGB Variations
Color information
#EDF578 (or 0xEDF578) is known color: Dolly. HEX triplet: ED, F5 and 78. RGB value is (237,245,120). Sum of RGB (Red+Green+Blue) = 237+245+120=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 245 (96.09% from 255 or 40.70% from 602); Blue value is 120 (47.27% from 255 or 19.93% from 602); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF578 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF578 is #120A87. Grayscale: #E4E4E4. Windows color (decimal): -1182344 or 7927277. OLE color: 7927277.
HSL color Cylindrical-coordinate representation of color #EDF578: hue angle of 63.84º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDF578 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 120 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.04 |
| HSL | 63.84º | 0.86% | 0.72% | - |
| HSV(B) | 63.84º | 0.51% | 0.96% | - |
| XYZ | 70.97 | 84.67 | 30.37 | - |
| YUV | 228.36 | 66.85 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 120 | 0.03 | 0 | 0.51 | 0.04 | 63.84 | 0.86 | 0.72 |
| Hex | ED | F5 | 78 | 3 | 0 | 33 | 4 | 40 | 56 | 48 |
| Octal | 355 | 365 | 170 | 3 | 0 | 63 | 4 | 100 | 126 | 110 |
| Binary | 11101101 | 11110101 | 1111000 | 11 | 0 | 110011 | 100 | 1000000 | 1010110 | 1001000 |
Color Harmonies of #EDF578
Complementary color
Monochromatic Colors of #EDF578
Black with #EDF578
Text Example
Text Example
White with #EDF578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF578; }
p { color: rgb(237,245,120); }
H1.HeaderClassName
{
color: #EDF578;
}
.AnyTagClassName
{
color: #EDF578;
}
</style>
background-color css
<style>
a { background-color: #EDF578; }
a { background-color: rgb(237,245,120); }
div.DivClassName
{
background-color: #EDF578;
}
.BgClassName
{
background-color: #EDF578;
}
</style>
border-color css
<style>
span { border-color: #EDF578; }
span { border-color: rgb(237,245,120); }
td.TdClassName
{
border-color: #EDF578;
}
.TagClassName
{
border-color: #EDF578;
}
</style>