Shades of Dolly #EDF57C
Tints of Dolly #EDF57C
RGB
CMYK
RGB Variations
Color information
#EDF57C (or 0xEDF57C) is known color: Dolly. HEX triplet: ED, F5 and 7C. RGB value is (237,245,124). Sum of RGB (Red+Green+Blue) = 237+245+124=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 245 (96.09% from 255 or 40.43% from 606); Blue value is 124 (48.83% from 255 or 20.46% from 606); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF57C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF57C is #120A83. Grayscale: #E5E5E5. Windows color (decimal): -1182340 or 8189421. OLE color: 8189421.
HSL color Cylindrical-coordinate representation of color #EDF57C: hue angle of 63.97º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDF57C is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 124 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.04 |
| HSL | 63.97º | 0.86% | 0.72% | - |
| HSV(B) | 63.97º | 0.49% | 0.96% | - |
| XYZ | 71.22 | 84.76 | 31.68 | - |
| YUV | 228.81 | 68.85 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 124 | 0.03 | 0 | 0.49 | 0.04 | 63.97 | 0.86 | 0.72 |
| Hex | ED | F5 | 7C | 3 | 0 | 31 | 4 | 40 | 56 | 48 |
| Octal | 355 | 365 | 174 | 3 | 0 | 61 | 4 | 100 | 126 | 110 |
| Binary | 11101101 | 11110101 | 1111100 | 11 | 0 | 110001 | 100 | 1000000 | 1010110 | 1001000 |
Color Harmonies of #EDF57C
Complementary color
Monochromatic Colors of #EDF57C
Black with #EDF57C
Text Example
Text Example
White with #EDF57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF57C; }
p { color: rgb(237,245,124); }
H1.HeaderClassName
{
color: #EDF57C;
}
.AnyTagClassName
{
color: #EDF57C;
}
</style>
background-color css
<style>
a { background-color: #EDF57C; }
a { background-color: rgb(237,245,124); }
div.DivClassName
{
background-color: #EDF57C;
}
.BgClassName
{
background-color: #EDF57C;
}
</style>
border-color css
<style>
span { border-color: #EDF57C; }
span { border-color: rgb(237,245,124); }
td.TdClassName
{
border-color: #EDF57C;
}
.TagClassName
{
border-color: #EDF57C;
}
</style>