Shades of Dolly #ECFC7B
Tints of Dolly #ECFC7B
RGB
CMYK
RGB Variations
Color information
#ECFC7B (or 0xECFC7B) is known color: Dolly. HEX triplet: EC, FC and 7B. RGB value is (236,252,123). Sum of RGB (Red+Green+Blue) = 236+252+123=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 123 (48.44% from 255 or 20.13% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFC7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECFC7B is #130384. Grayscale: #E9E9E9. Windows color (decimal): -1246085 or 8125676. OLE color: 8125676.
HSL color Cylindrical-coordinate representation of color #ECFC7B: hue angle of 67.44º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECFC7B is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 252 | 123 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.01 |
| HSL | 67.44º | 0.96% | 0.74% | - |
| HSV(B) | 67.44º | 0.51% | 0.99% | - |
| XYZ | 72.98 | 88.88 | 32.05 | - |
| YUV | 232.51 | 66.2 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 252 | 123 | 0.06 | 0 | 0.51 | 0.01 | 67.44 | 0.96 | 0.74 |
| Hex | EC | FC | 7B | 6 | 0 | 33 | 1 | 43 | 60 | 4A |
| Octal | 354 | 374 | 173 | 6 | 0 | 63 | 1 | 103 | 140 | 112 |
| Binary | 11101100 | 11111100 | 1111011 | 110 | 0 | 110011 | 1 | 1000011 | 1100000 | 1001010 |
Color Harmonies of #ECFC7B
Complementary color
Monochromatic Colors of #ECFC7B
Black with #ECFC7B
Text Example
Text Example
White with #ECFC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFC7B; }
p { color: rgb(236,252,123); }
H1.HeaderClassName
{
color: #ECFC7B;
}
.AnyTagClassName
{
color: #ECFC7B;
}
</style>
background-color css
<style>
a { background-color: #ECFC7B; }
a { background-color: rgb(236,252,123); }
div.DivClassName
{
background-color: #ECFC7B;
}
.BgClassName
{
background-color: #ECFC7B;
}
</style>
border-color css
<style>
span { border-color: #ECFC7B; }
span { border-color: rgb(236,252,123); }
td.TdClassName
{
border-color: #ECFC7B;
}
.TagClassName
{
border-color: #ECFC7B;
}
</style>