Shades of Dolly #EDFB7A
Tints of Dolly #EDFB7A
RGB
CMYK
RGB Variations
Color information
#EDFB7A (or 0xEDFB7A) is known color: Dolly. HEX triplet: ED, FB and 7A. RGB value is (237,251,122). Sum of RGB (Red+Green+Blue) = 237+251+122=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 122 (48.05% from 255 or 20% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFB7A is #120485. Grayscale: #E8E8E8. Windows color (decimal): -1180806 or 8059885. OLE color: 8059885.
HSL color Cylindrical-coordinate representation of color #EDFB7A: hue angle of 66.51º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDFB7A is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 251 | 122 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.02 |
| HSL | 66.51º | 0.94% | 0.73% | - |
| HSV(B) | 66.51º | 0.51% | 0.98% | - |
| XYZ | 72.94 | 88.4 | 31.63 | - |
| YUV | 232.11 | 65.86 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 251 | 122 | 0.06 | 0 | 0.51 | 0.02 | 66.51 | 0.94 | 0.73 |
| Hex | ED | FB | 7A | 6 | 0 | 33 | 2 | 43 | 5E | 49 |
| Octal | 355 | 373 | 172 | 6 | 0 | 63 | 2 | 103 | 136 | 111 |
| Binary | 11101101 | 11111011 | 1111010 | 110 | 0 | 110011 | 10 | 1000011 | 1011110 | 1001001 |
Color Harmonies of #EDFB7A
Complementary color
Monochromatic Colors of #EDFB7A
Black with #EDFB7A
Text Example
Text Example
White with #EDFB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFB7A; }
p { color: rgb(237,251,122); }
H1.HeaderClassName
{
color: #EDFB7A;
}
.AnyTagClassName
{
color: #EDFB7A;
}
</style>
background-color css
<style>
a { background-color: #EDFB7A; }
a { background-color: rgb(237,251,122); }
div.DivClassName
{
background-color: #EDFB7A;
}
.BgClassName
{
background-color: #EDFB7A;
}
</style>
border-color css
<style>
span { border-color: #EDFB7A; }
span { border-color: rgb(237,251,122); }
td.TdClassName
{
border-color: #EDFB7A;
}
.TagClassName
{
border-color: #EDFB7A;
}
</style>