Shades of Dolly #ECFC7A
Tints of Dolly #ECFC7A
RGB
CMYK
RGB Variations
Color information
#ECFC7A (or 0xECFC7A) is known color: Dolly. HEX triplet: EC, FC and 7A. RGB value is (236,252,122). Sum of RGB (Red+Green+Blue) = 236+252+122=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 252 (98.83% from 255 or 41.31% from 610); Blue value is 122 (48.05% from 255 or 20% from 610); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFC7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECFC7A is #130385. Grayscale: #E8E8E8. Windows color (decimal): -1246086 or 8060140. OLE color: 8060140.
HSL color Cylindrical-coordinate representation of color #ECFC7A: hue angle of 67.38º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ECFC7A is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 252 | 122 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.01 |
| HSL | 67.38º | 0.96% | 0.73% | - |
| HSV(B) | 67.38º | 0.52% | 0.99% | - |
| XYZ | 72.92 | 88.86 | 31.72 | - |
| YUV | 232.4 | 65.7 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 252 | 122 | 0.06 | 0 | 0.52 | 0.01 | 67.38 | 0.96 | 0.73 |
| Hex | EC | FC | 7A | 6 | 0 | 34 | 1 | 43 | 60 | 49 |
| Octal | 354 | 374 | 172 | 6 | 0 | 64 | 1 | 103 | 140 | 111 |
| Binary | 11101100 | 11111100 | 1111010 | 110 | 0 | 110100 | 1 | 1000011 | 1100000 | 1001001 |
Color Harmonies of #ECFC7A
Complementary color
Monochromatic Colors of #ECFC7A
Black with #ECFC7A
Text Example
Text Example
White with #ECFC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFC7A; }
p { color: rgb(236,252,122); }
H1.HeaderClassName
{
color: #ECFC7A;
}
.AnyTagClassName
{
color: #ECFC7A;
}
</style>
background-color css
<style>
a { background-color: #ECFC7A; }
a { background-color: rgb(236,252,122); }
div.DivClassName
{
background-color: #ECFC7A;
}
.BgClassName
{
background-color: #ECFC7A;
}
</style>
border-color css
<style>
span { border-color: #ECFC7A; }
span { border-color: rgb(236,252,122); }
td.TdClassName
{
border-color: #ECFC7A;
}
.TagClassName
{
border-color: #ECFC7A;
}
</style>