Shades of Dolly #EDF371
Tints of Dolly #EDF371
RGB
CMYK
RGB Variations
Color information
#EDF371 (or 0xEDF371) is known color: Dolly. HEX triplet: ED, F3 and 71. RGB value is (237,243,113). Sum of RGB (Red+Green+Blue) = 237+243+113=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 243 (95.31% from 255 or 40.98% from 593); Blue value is 113 (44.53% from 255 or 19.06% from 593); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF371 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF371 is #120C8E. Grayscale: #E2E2E2. Windows color (decimal): -1182863 or 7468013. OLE color: 7468013.
HSL color Cylindrical-coordinate representation of color #EDF371: hue angle of 62.77º degrees, saturation: 0.84, 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 #EDF371 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 113 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.05 |
| HSL | 62.77º | 0.84% | 0.7% | - |
| HSV(B) | 62.77º | 0.53% | 0.95% | - |
| XYZ | 69.96 | 83.3 | 28.01 | - |
| YUV | 226.39 | 64.01 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 113 | 0.02 | 0 | 0.53 | 0.05 | 62.77 | 0.84 | 0.7 |
| Hex | ED | F3 | 71 | 2 | 0 | 35 | 5 | 3F | 54 | 46 |
| Octal | 355 | 363 | 161 | 2 | 0 | 65 | 5 | 77 | 124 | 106 |
| Binary | 11101101 | 11110011 | 1110001 | 10 | 0 | 110101 | 101 | 111111 | 1010100 | 1000110 |
Color Harmonies of #EDF371
Complementary color
Monochromatic Colors of #EDF371
Black with #EDF371
Text Example
Text Example
White with #EDF371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF371; }
p { color: rgb(237,243,113); }
H1.HeaderClassName
{
color: #EDF371;
}
.AnyTagClassName
{
color: #EDF371;
}
</style>
background-color css
<style>
a { background-color: #EDF371; }
a { background-color: rgb(237,243,113); }
div.DivClassName
{
background-color: #EDF371;
}
.BgClassName
{
background-color: #EDF371;
}
</style>
border-color css
<style>
span { border-color: #EDF371; }
span { border-color: rgb(237,243,113); }
td.TdClassName
{
border-color: #EDF371;
}
.TagClassName
{
border-color: #EDF371;
}
</style>