Shades of Dolly #EDF47D
Tints of Dolly #EDF47D
RGB
CMYK
RGB Variations
Color information
#EDF47D (or 0xEDF47D) is known color: Dolly. HEX triplet: ED, F4 and 7D. RGB value is (237,244,125). Sum of RGB (Red+Green+Blue) = 237+244+125=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 244 (95.70% from 255 or 40.26% from 606); Blue value is 125 (49.22% from 255 or 20.63% from 606); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF47D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF47D is #120B82. Grayscale: #E4E4E4. Windows color (decimal): -1182595 or 8254701. OLE color: 8254701.
HSL color Cylindrical-coordinate representation of color #EDF47D: hue angle of 63.53º degrees, saturation: 0.84, 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 #EDF47D is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 125 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.04 |
| HSL | 63.53º | 0.84% | 0.72% | - |
| HSV(B) | 63.53º | 0.49% | 0.96% | - |
| XYZ | 70.98 | 84.19 | 31.91 | - |
| YUV | 228.34 | 69.68 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 125 | 0.03 | 0 | 0.49 | 0.04 | 63.53 | 0.84 | 0.72 |
| Hex | ED | F4 | 7D | 3 | 0 | 31 | 4 | 40 | 54 | 48 |
| Octal | 355 | 364 | 175 | 3 | 0 | 61 | 4 | 100 | 124 | 110 |
| Binary | 11101101 | 11110100 | 1111101 | 11 | 0 | 110001 | 100 | 1000000 | 1010100 | 1001000 |
Color Harmonies of #EDF47D
Complementary color
Monochromatic Colors of #EDF47D
Black with #EDF47D
Text Example
Text Example
White with #EDF47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF47D; }
p { color: rgb(237,244,125); }
H1.HeaderClassName
{
color: #EDF47D;
}
.AnyTagClassName
{
color: #EDF47D;
}
</style>
background-color css
<style>
a { background-color: #EDF47D; }
a { background-color: rgb(237,244,125); }
div.DivClassName
{
background-color: #EDF47D;
}
.BgClassName
{
background-color: #EDF47D;
}
</style>
border-color css
<style>
span { border-color: #EDF47D; }
span { border-color: rgb(237,244,125); }
td.TdClassName
{
border-color: #EDF47D;
}
.TagClassName
{
border-color: #EDF47D;
}
</style>