Shades of Dolly #ECF875
Tints of Dolly #ECF875
RGB
CMYK
RGB Variations
Color information
#ECF875 (or 0xECF875) is known color: Dolly. HEX triplet: EC, F8 and 75. RGB value is (236,248,117). Sum of RGB (Red+Green+Blue) = 236+248+117=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 248 (97.27% from 255 or 41.26% from 601); Blue value is 117 (46.09% from 255 or 19.47% from 601); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF875 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF875 is #13078A. Grayscale: #E5E5E5. Windows color (decimal): -1247115 or 7731436. OLE color: 7731436.
HSL color Cylindrical-coordinate representation of color #ECF875: hue angle of 65.5º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECF875 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 248 | 117 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.03 |
| HSL | 65.5º | 0.9% | 0.72% | - |
| HSV(B) | 65.5º | 0.53% | 0.97% | - |
| XYZ | 71.37 | 86.25 | 29.72 | - |
| YUV | 229.48 | 64.52 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 248 | 117 | 0.05 | 0 | 0.53 | 0.03 | 65.5 | 0.9 | 0.72 |
| Hex | EC | F8 | 75 | 5 | 0 | 35 | 3 | 41 | 5A | 48 |
| Octal | 354 | 370 | 165 | 5 | 0 | 65 | 3 | 101 | 132 | 110 |
| Binary | 11101100 | 11111000 | 1110101 | 101 | 0 | 110101 | 11 | 1000001 | 1011010 | 1001000 |
Color Harmonies of #ECF875
Complementary color
Monochromatic Colors of #ECF875
Black with #ECF875
Text Example
Text Example
White with #ECF875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF875; }
p { color: rgb(236,248,117); }
H1.HeaderClassName
{
color: #ECF875;
}
.AnyTagClassName
{
color: #ECF875;
}
</style>
background-color css
<style>
a { background-color: #ECF875; }
a { background-color: rgb(236,248,117); }
div.DivClassName
{
background-color: #ECF875;
}
.BgClassName
{
background-color: #ECF875;
}
</style>
border-color css
<style>
span { border-color: #ECF875; }
span { border-color: rgb(236,248,117); }
td.TdClassName
{
border-color: #ECF875;
}
.TagClassName
{
border-color: #ECF875;
}
</style>