Shades of Dolly #EDF174
Tints of Dolly #EDF174
RGB
CMYK
RGB Variations
Color information
#EDF174 (or 0xEDF174) is known color: Dolly. HEX triplet: ED, F1 and 74. RGB value is (237,241,116). Sum of RGB (Red+Green+Blue) = 237+241+116=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 241 (94.53% from 255 or 40.57% from 594); Blue value is 116 (45.70% from 255 or 19.53% from 594); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF174 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF174 is #120E8B. Grayscale: #E2E2E2. Windows color (decimal): -1183372 or 7664109. OLE color: 7664109.
HSL color Cylindrical-coordinate representation of color #EDF174: hue angle of 61.92º degrees, saturation: 0.82, 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 #EDF174 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 116 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.05 |
| HSL | 61.92º | 0.82% | 0.7% | - |
| HSV(B) | 61.92º | 0.52% | 0.95% | - |
| XYZ | 69.53 | 82.18 | 28.72 | - |
| YUV | 225.55 | 66.17 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 116 | 0.02 | 0 | 0.52 | 0.05 | 61.92 | 0.82 | 0.7 |
| Hex | ED | F1 | 74 | 2 | 0 | 34 | 5 | 3E | 52 | 46 |
| Octal | 355 | 361 | 164 | 2 | 0 | 64 | 5 | 76 | 122 | 106 |
| Binary | 11101101 | 11110001 | 1110100 | 10 | 0 | 110100 | 101 | 111110 | 1010010 | 1000110 |
Color Harmonies of #EDF174
Complementary color
Monochromatic Colors of #EDF174
Black with #EDF174
Text Example
Text Example
White with #EDF174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF174; }
p { color: rgb(237,241,116); }
H1.HeaderClassName
{
color: #EDF174;
}
.AnyTagClassName
{
color: #EDF174;
}
</style>
background-color css
<style>
a { background-color: #EDF174; }
a { background-color: rgb(237,241,116); }
div.DivClassName
{
background-color: #EDF174;
}
.BgClassName
{
background-color: #EDF174;
}
</style>
border-color css
<style>
span { border-color: #EDF174; }
span { border-color: rgb(237,241,116); }
td.TdClassName
{
border-color: #EDF174;
}
.TagClassName
{
border-color: #EDF174;
}
</style>