Shades of Dolly #EDF47B
Tints of Dolly #EDF47B
RGB
CMYK
RGB Variations
Color information
#EDF47B (or 0xEDF47B) is known color: Dolly. HEX triplet: ED, F4 and 7B. RGB value is (237,244,123). Sum of RGB (Red+Green+Blue) = 237+244+123=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 244 (95.70% from 255 or 40.40% from 604); Blue value is 123 (48.44% from 255 or 20.36% from 604); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF47B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF47B is #120B84. Grayscale: #E4E4E4. Windows color (decimal): -1182597 or 8123629. OLE color: 8123629.
HSL color Cylindrical-coordinate representation of color #EDF47B: hue angle of 63.47º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDF47B is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 123 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.04 |
| HSL | 63.47º | 0.85% | 0.72% | - |
| HSV(B) | 63.47º | 0.5% | 0.96% | - |
| XYZ | 70.85 | 84.14 | 31.24 | - |
| YUV | 228.11 | 68.68 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 123 | 0.03 | 0 | 0.50 | 0.04 | 63.47 | 0.85 | 0.72 |
| Hex | ED | F4 | 7B | 3 | 0 | 32 | 4 | 3F | 55 | 48 |
| Octal | 355 | 364 | 173 | 3 | 0 | 62 | 4 | 77 | 125 | 110 |
| Binary | 11101101 | 11110100 | 1111011 | 11 | 0 | 110010 | 100 | 111111 | 1010101 | 1001000 |
Color Harmonies of #EDF47B
Complementary color
Monochromatic Colors of #EDF47B
Black with #EDF47B
Text Example
Text Example
White with #EDF47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF47B; }
p { color: rgb(237,244,123); }
H1.HeaderClassName
{
color: #EDF47B;
}
.AnyTagClassName
{
color: #EDF47B;
}
</style>
background-color css
<style>
a { background-color: #EDF47B; }
a { background-color: rgb(237,244,123); }
div.DivClassName
{
background-color: #EDF47B;
}
.BgClassName
{
background-color: #EDF47B;
}
</style>
border-color css
<style>
span { border-color: #EDF47B; }
span { border-color: rgb(237,244,123); }
td.TdClassName
{
border-color: #EDF47B;
}
.TagClassName
{
border-color: #EDF47B;
}
</style>