Shades of Dolly #EDF271
Tints of Dolly #EDF271
RGB
CMYK
RGB Variations
Color information
#EDF271 (or 0xEDF271) is known color: Dolly. HEX triplet: ED, F2 and 71. RGB value is (237,242,113). Sum of RGB (Red+Green+Blue) = 237+242+113=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 113 (44.53% from 255 or 19.09% from 592); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF271 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF271 is #120D8E. Grayscale: #E2E2E2. Windows color (decimal): -1183119 or 7467757. OLE color: 7467757.
HSL color Cylindrical-coordinate representation of color #EDF271: hue angle of 62.33º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDF271 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 113 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.05 |
| HSL | 62.33º | 0.83% | 0.7% | - |
| HSV(B) | 62.33º | 0.53% | 0.95% | - |
| XYZ | 69.66 | 82.7 | 27.91 | - |
| YUV | 225.8 | 64.34 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 113 | 0.02 | 0 | 0.53 | 0.05 | 62.33 | 0.83 | 0.7 |
| Hex | ED | F2 | 71 | 2 | 0 | 35 | 5 | 3E | 53 | 46 |
| Octal | 355 | 362 | 161 | 2 | 0 | 65 | 5 | 76 | 123 | 106 |
| Binary | 11101101 | 11110010 | 1110001 | 10 | 0 | 110101 | 101 | 111110 | 1010011 | 1000110 |
Color Harmonies of #EDF271
Complementary color
Monochromatic Colors of #EDF271
Black with #EDF271
Text Example
Text Example
White with #EDF271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF271; }
p { color: rgb(237,242,113); }
H1.HeaderClassName
{
color: #EDF271;
}
.AnyTagClassName
{
color: #EDF271;
}
</style>
background-color css
<style>
a { background-color: #EDF271; }
a { background-color: rgb(237,242,113); }
div.DivClassName
{
background-color: #EDF271;
}
.BgClassName
{
background-color: #EDF271;
}
</style>
border-color css
<style>
span { border-color: #EDF271; }
span { border-color: rgb(237,242,113); }
td.TdClassName
{
border-color: #EDF271;
}
.TagClassName
{
border-color: #EDF271;
}
</style>