Shades of Dolly #ECFE76
Tints of Dolly #ECFE76
RGB
CMYK
RGB Variations
Color information
#ECFE76 (or 0xECFE76) is known color: Dolly. HEX triplet: EC, FE and 76. RGB value is (236,254,118). Sum of RGB (Red+Green+Blue) = 236+254+118=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 254 (99.61% from 255 or 41.78% from 608); Blue value is 118 (46.48% from 255 or 19.41% from 608); Max value from RGB is 254 - color contains mainly: green. Hex color #ECFE76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECFE76 is #130189. Grayscale: #E9E9E9. Windows color (decimal): -1245578 or 7798508. OLE color: 7798508.
HSL color Cylindrical-coordinate representation of color #ECFE76: hue angle of 67.94º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECFE76 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 254 | 118 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.00 |
| HSL | 67.94º | 0.99% | 0.73% | - |
| HSV(B) | 67.94º | 0.54% | 1% | - |
| XYZ | 73.3 | 90.02 | 30.65 | - |
| YUV | 233.11 | 63.04 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 254 | 118 | 0.07 | 0 | 0.54 | 0.00 | 67.94 | 0.99 | 0.73 |
| Hex | EC | FE | 76 | 7 | 0 | 36 | 0 | 44 | 63 | 49 |
| Octal | 354 | 376 | 166 | 7 | 0 | 66 | 0 | 104 | 143 | 111 |
| Binary | 11101100 | 11111110 | 1110110 | 111 | 0 | 110110 | 0 | 1000100 | 1100011 | 1001001 |
Color Harmonies of #ECFE76
Complementary color
Monochromatic Colors of #ECFE76
Black with #ECFE76
Text Example
Text Example
White with #ECFE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFE76; }
p { color: rgb(236,254,118); }
H1.HeaderClassName
{
color: #ECFE76;
}
.AnyTagClassName
{
color: #ECFE76;
}
</style>
background-color css
<style>
a { background-color: #ECFE76; }
a { background-color: rgb(236,254,118); }
div.DivClassName
{
background-color: #ECFE76;
}
.BgClassName
{
background-color: #ECFE76;
}
</style>
border-color css
<style>
span { border-color: #ECFE76; }
span { border-color: rgb(236,254,118); }
td.TdClassName
{
border-color: #ECFE76;
}
.TagClassName
{
border-color: #ECFE76;
}
</style>