Shades of Dolly #EDF275
Tints of Dolly #EDF275
RGB
CMYK
RGB Variations
Color information
#EDF275 (or 0xEDF275) is known color: Dolly. HEX triplet: ED, F2 and 75. RGB value is (237,242,117). Sum of RGB (Red+Green+Blue) = 237+242+117=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 242 (94.92% from 255 or 40.60% from 596); Blue value is 117 (46.09% from 255 or 19.63% from 596); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF275 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF275 is #120D8A. Grayscale: #E2E2E2. Windows color (decimal): -1183115 or 7729901. OLE color: 7729901.
HSL color Cylindrical-coordinate representation of color #EDF275: hue angle of 62.4º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDF275 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 117 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.05 |
| HSL | 62.4º | 0.83% | 0.7% | - |
| HSV(B) | 62.4º | 0.52% | 0.95% | - |
| XYZ | 69.89 | 82.79 | 29.13 | - |
| YUV | 226.26 | 66.34 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 117 | 0.02 | 0 | 0.52 | 0.05 | 62.4 | 0.83 | 0.7 |
| Hex | ED | F2 | 75 | 2 | 0 | 34 | 5 | 3E | 53 | 46 |
| Octal | 355 | 362 | 165 | 2 | 0 | 64 | 5 | 76 | 123 | 106 |
| Binary | 11101101 | 11110010 | 1110101 | 10 | 0 | 110100 | 101 | 111110 | 1010011 | 1000110 |
Color Harmonies of #EDF275
Complementary color
Monochromatic Colors of #EDF275
Black with #EDF275
Text Example
Text Example
White with #EDF275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF275; }
p { color: rgb(237,242,117); }
H1.HeaderClassName
{
color: #EDF275;
}
.AnyTagClassName
{
color: #EDF275;
}
</style>
background-color css
<style>
a { background-color: #EDF275; }
a { background-color: rgb(237,242,117); }
div.DivClassName
{
background-color: #EDF275;
}
.BgClassName
{
background-color: #EDF275;
}
</style>
border-color css
<style>
span { border-color: #EDF275; }
span { border-color: rgb(237,242,117); }
td.TdClassName
{
border-color: #EDF275;
}
.TagClassName
{
border-color: #EDF275;
}
</style>