Shades of Dolly #ECF87D
Tints of Dolly #ECF87D
RGB
CMYK
RGB Variations
Color information
#ECF87D (or 0xECF87D) is known color: Dolly. HEX triplet: EC, F8 and 7D. RGB value is (236,248,125). Sum of RGB (Red+Green+Blue) = 236+248+125=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 248 (97.27% from 255 or 40.72% from 609); Blue value is 125 (49.22% from 255 or 20.53% from 609); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF87D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF87D is #130782. Grayscale: #E6E6E6. Windows color (decimal): -1247107 or 8255724. OLE color: 8255724.
HSL color Cylindrical-coordinate representation of color #ECF87D: hue angle of 65.85º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECF87D is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 248 | 125 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.03 |
| HSL | 65.85º | 0.9% | 0.73% | - |
| HSV(B) | 65.85º | 0.5% | 0.97% | - |
| XYZ | 71.86 | 86.45 | 32.3 | - |
| YUV | 230.39 | 68.52 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 248 | 125 | 0.05 | 0 | 0.50 | 0.03 | 65.85 | 0.9 | 0.73 |
| Hex | EC | F8 | 7D | 5 | 0 | 32 | 3 | 42 | 5A | 49 |
| Octal | 354 | 370 | 175 | 5 | 0 | 62 | 3 | 102 | 132 | 111 |
| Binary | 11101100 | 11111000 | 1111101 | 101 | 0 | 110010 | 11 | 1000010 | 1011010 | 1001001 |
Color Harmonies of #ECF87D
Complementary color
Monochromatic Colors of #ECF87D
Black with #ECF87D
Text Example
Text Example
White with #ECF87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF87D; }
p { color: rgb(236,248,125); }
H1.HeaderClassName
{
color: #ECF87D;
}
.AnyTagClassName
{
color: #ECF87D;
}
</style>
background-color css
<style>
a { background-color: #ECF87D; }
a { background-color: rgb(236,248,125); }
div.DivClassName
{
background-color: #ECF87D;
}
.BgClassName
{
background-color: #ECF87D;
}
</style>
border-color css
<style>
span { border-color: #ECF87D; }
span { border-color: rgb(236,248,125); }
td.TdClassName
{
border-color: #ECF87D;
}
.TagClassName
{
border-color: #ECF87D;
}
</style>