Shades of Dolly #EDF57D
Tints of Dolly #EDF57D
RGB
CMYK
RGB Variations
Color information
#EDF57D (or 0xEDF57D) is known color: Dolly. HEX triplet: ED, F5 and 7D. RGB value is (237,245,125). Sum of RGB (Red+Green+Blue) = 237+245+125=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 245 (96.09% from 255 or 40.36% from 607); Blue value is 125 (49.22% from 255 or 20.59% from 607); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF57D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF57D is #120A82. Grayscale: #E5E5E5. Windows color (decimal): -1182339 or 8254957. OLE color: 8254957.
HSL color Cylindrical-coordinate representation of color #EDF57D: hue angle of 64º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDF57D is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 125 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.04 |
| HSL | 64º | 0.86% | 0.73% | - |
| HSV(B) | 64º | 0.49% | 0.96% | - |
| XYZ | 71.28 | 84.79 | 32.01 | - |
| YUV | 228.93 | 69.35 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 125 | 0.03 | 0 | 0.49 | 0.04 | 64 | 0.86 | 0.73 |
| Hex | ED | F5 | 7D | 3 | 0 | 31 | 4 | 40 | 56 | 49 |
| Octal | 355 | 365 | 175 | 3 | 0 | 61 | 4 | 100 | 126 | 111 |
| Binary | 11101101 | 11110101 | 1111101 | 11 | 0 | 110001 | 100 | 1000000 | 1010110 | 1001001 |
Color Harmonies of #EDF57D
Complementary color
Monochromatic Colors of #EDF57D
Black with #EDF57D
Text Example
Text Example
White with #EDF57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF57D; }
p { color: rgb(237,245,125); }
H1.HeaderClassName
{
color: #EDF57D;
}
.AnyTagClassName
{
color: #EDF57D;
}
</style>
background-color css
<style>
a { background-color: #EDF57D; }
a { background-color: rgb(237,245,125); }
div.DivClassName
{
background-color: #EDF57D;
}
.BgClassName
{
background-color: #EDF57D;
}
</style>
border-color css
<style>
span { border-color: #EDF57D; }
span { border-color: rgb(237,245,125); }
td.TdClassName
{
border-color: #EDF57D;
}
.TagClassName
{
border-color: #EDF57D;
}
</style>