Shades of Dolly #EDFB7C
Tints of Dolly #EDFB7C
RGB
CMYK
RGB Variations
Color information
#EDFB7C (or 0xEDFB7C) is known color: Dolly. HEX triplet: ED, FB and 7C. RGB value is (237,251,124). Sum of RGB (Red+Green+Blue) = 237+251+124=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 251 (98.44% from 255 or 41.01% from 612); Blue value is 124 (48.83% from 255 or 20.26% from 612); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFB7C is #120483. Grayscale: #E8E8E8. Windows color (decimal): -1180804 or 8190957. OLE color: 8190957.
HSL color Cylindrical-coordinate representation of color #EDFB7C: hue angle of 66.61º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDFB7C is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 251 | 124 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.02 |
| HSL | 66.61º | 0.94% | 0.74% | - |
| HSV(B) | 66.61º | 0.51% | 0.98% | - |
| XYZ | 73.06 | 88.45 | 32.29 | - |
| YUV | 232.34 | 66.86 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 251 | 124 | 0.06 | 0 | 0.51 | 0.02 | 66.61 | 0.94 | 0.74 |
| Hex | ED | FB | 7C | 6 | 0 | 33 | 2 | 43 | 5E | 4A |
| Octal | 355 | 373 | 174 | 6 | 0 | 63 | 2 | 103 | 136 | 112 |
| Binary | 11101101 | 11111011 | 1111100 | 110 | 0 | 110011 | 10 | 1000011 | 1011110 | 1001010 |
Color Harmonies of #EDFB7C
Complementary color
Monochromatic Colors of #EDFB7C
Black with #EDFB7C
Text Example
Text Example
White with #EDFB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFB7C; }
p { color: rgb(237,251,124); }
H1.HeaderClassName
{
color: #EDFB7C;
}
.AnyTagClassName
{
color: #EDFB7C;
}
</style>
background-color css
<style>
a { background-color: #EDFB7C; }
a { background-color: rgb(237,251,124); }
div.DivClassName
{
background-color: #EDFB7C;
}
.BgClassName
{
background-color: #EDFB7C;
}
</style>
border-color css
<style>
span { border-color: #EDFB7C; }
span { border-color: rgb(237,251,124); }
td.TdClassName
{
border-color: #EDFB7C;
}
.TagClassName
{
border-color: #EDFB7C;
}
</style>