Shades of Dolly #ECF87A
Tints of Dolly #ECF87A
RGB
CMYK
RGB Variations
Color information
#ECF87A (or 0xECF87A) is known color: Dolly. HEX triplet: EC, F8 and 7A. RGB value is (236,248,122). Sum of RGB (Red+Green+Blue) = 236+248+122=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 248 (97.27% from 255 or 40.92% from 606); Blue value is 122 (48.05% from 255 or 20.13% from 606); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF87A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF87A is #130785. Grayscale: #E6E6E6. Windows color (decimal): -1247110 or 8059116. OLE color: 8059116.
HSL color Cylindrical-coordinate representation of color #ECF87A: hue angle of 65.71º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECF87A is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 248 | 122 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.03 |
| HSL | 65.71º | 0.9% | 0.73% | - |
| HSV(B) | 65.71º | 0.51% | 0.97% | - |
| XYZ | 71.67 | 86.37 | 31.31 | - |
| YUV | 230.05 | 67.02 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 248 | 122 | 0.05 | 0 | 0.51 | 0.03 | 65.71 | 0.9 | 0.73 |
| Hex | EC | F8 | 7A | 5 | 0 | 33 | 3 | 42 | 5A | 49 |
| Octal | 354 | 370 | 172 | 5 | 0 | 63 | 3 | 102 | 132 | 111 |
| Binary | 11101100 | 11111000 | 1111010 | 101 | 0 | 110011 | 11 | 1000010 | 1011010 | 1001001 |
Color Harmonies of #ECF87A
Complementary color
Monochromatic Colors of #ECF87A
Black with #ECF87A
Text Example
Text Example
White with #ECF87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF87A; }
p { color: rgb(236,248,122); }
H1.HeaderClassName
{
color: #ECF87A;
}
.AnyTagClassName
{
color: #ECF87A;
}
</style>
background-color css
<style>
a { background-color: #ECF87A; }
a { background-color: rgb(236,248,122); }
div.DivClassName
{
background-color: #ECF87A;
}
.BgClassName
{
background-color: #ECF87A;
}
</style>
border-color css
<style>
span { border-color: #ECF87A; }
span { border-color: rgb(236,248,122); }
td.TdClassName
{
border-color: #ECF87A;
}
.TagClassName
{
border-color: #ECF87A;
}
</style>