Shades of Dolly #ECF674
Tints of Dolly #ECF674
RGB
CMYK
RGB Variations
Color information
#ECF674 (or 0xECF674) is known color: Dolly. HEX triplet: EC, F6 and 74. RGB value is (236,246,116). Sum of RGB (Red+Green+Blue) = 236+246+116=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 246 (96.48% from 255 or 41.14% from 598); Blue value is 116 (45.70% from 255 or 19.40% from 598); Max value from RGB is 246 - color contains mainly: green. Hex color #ECF674 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF674 is #13098B. Grayscale: #E4E4E4. Windows color (decimal): -1247628 or 7665388. OLE color: 7665388.
HSL color Cylindrical-coordinate representation of color #ECF674: hue angle of 64.62º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECF674 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 246 | 116 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.04 |
| HSL | 64.62º | 0.88% | 0.71% | - |
| HSV(B) | 64.62º | 0.53% | 0.96% | - |
| XYZ | 70.7 | 85.01 | 29.2 | - |
| YUV | 228.19 | 64.69 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 246 | 116 | 0.04 | 0 | 0.53 | 0.04 | 64.62 | 0.88 | 0.71 |
| Hex | EC | F6 | 74 | 4 | 0 | 35 | 4 | 41 | 58 | 47 |
| Octal | 354 | 366 | 164 | 4 | 0 | 65 | 4 | 101 | 130 | 107 |
| Binary | 11101100 | 11110110 | 1110100 | 100 | 0 | 110101 | 100 | 1000001 | 1011000 | 1000111 |
Color Harmonies of #ECF674
Complementary color
Monochromatic Colors of #ECF674
Black with #ECF674
Text Example
Text Example
White with #ECF674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF674; }
p { color: rgb(236,246,116); }
H1.HeaderClassName
{
color: #ECF674;
}
.AnyTagClassName
{
color: #ECF674;
}
</style>
background-color css
<style>
a { background-color: #ECF674; }
a { background-color: rgb(236,246,116); }
div.DivClassName
{
background-color: #ECF674;
}
.BgClassName
{
background-color: #ECF674;
}
</style>
border-color css
<style>
span { border-color: #ECF674; }
span { border-color: rgb(236,246,116); }
td.TdClassName
{
border-color: #ECF674;
}
.TagClassName
{
border-color: #ECF674;
}
</style>