Shades of Dolly #EDF57B
Tints of Dolly #EDF57B
RGB
CMYK
RGB Variations
Color information
#EDF57B (or 0xEDF57B) is known color: Dolly. HEX triplet: ED, F5 and 7B. RGB value is (237,245,123). Sum of RGB (Red+Green+Blue) = 237+245+123=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 245 (96.09% from 255 or 40.50% from 605); Blue value is 123 (48.44% from 255 or 20.33% from 605); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF57B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF57B is #120A84. Grayscale: #E5E5E5. Windows color (decimal): -1182341 or 8123885. OLE color: 8123885.
HSL color Cylindrical-coordinate representation of color #EDF57B: hue angle of 63.93º degrees, saturation: 0.86, 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 #EDF57B is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 123 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.04 |
| HSL | 63.93º | 0.86% | 0.72% | - |
| HSV(B) | 63.93º | 0.5% | 0.96% | - |
| XYZ | 71.15 | 84.74 | 31.35 | - |
| YUV | 228.7 | 68.35 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 123 | 0.03 | 0 | 0.50 | 0.04 | 63.93 | 0.86 | 0.72 |
| Hex | ED | F5 | 7B | 3 | 0 | 32 | 4 | 40 | 56 | 48 |
| Octal | 355 | 365 | 173 | 3 | 0 | 62 | 4 | 100 | 126 | 110 |
| Binary | 11101101 | 11110101 | 1111011 | 11 | 0 | 110010 | 100 | 1000000 | 1010110 | 1001000 |
Color Harmonies of #EDF57B
Complementary color
Monochromatic Colors of #EDF57B
Black with #EDF57B
Text Example
Text Example
White with #EDF57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF57B; }
p { color: rgb(237,245,123); }
H1.HeaderClassName
{
color: #EDF57B;
}
.AnyTagClassName
{
color: #EDF57B;
}
</style>
background-color css
<style>
a { background-color: #EDF57B; }
a { background-color: rgb(237,245,123); }
div.DivClassName
{
background-color: #EDF57B;
}
.BgClassName
{
background-color: #EDF57B;
}
</style>
border-color css
<style>
span { border-color: #EDF57B; }
span { border-color: rgb(237,245,123); }
td.TdClassName
{
border-color: #EDF57B;
}
.TagClassName
{
border-color: #EDF57B;
}
</style>