Shades of Dolly #ECFF7A
Tints of Dolly #ECFF7A
RGB
CMYK
RGB Variations
Color information
#ECFF7A (or 0xECFF7A) is known color: Dolly. HEX triplet: EC, FF and 7A. RGB value is (236,255,122). Sum of RGB (Red+Green+Blue) = 236+255+122=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 122 (48.05% from 255 or 19.90% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFF7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECFF7A is #130085. Grayscale: #EAEAEA. Windows color (decimal): -1245318 or 8060908. OLE color: 8060908.
HSL color Cylindrical-coordinate representation of color #ECFF7A: hue angle of 68.57º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ECFF7A is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 255 | 122 | - |
| CMYK | 0.07 | 0 | 0.52 | 0 |
| HSL | 68.57º | 1% | 0.74% | - |
| HSV(B) | 68.57º | 0.52% | 1% | - |
| XYZ | 73.86 | 90.76 | 32.04 | - |
| YUV | 234.16 | 64.71 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 255 | 122 | 0.07 | 0 | 0.52 | 0 | 68.57 | 1 | 0.74 |
| Hex | EC | FF | 7A | 7 | 0 | 34 | 0 | 45 | 64 | 4A |
| Octal | 354 | 377 | 172 | 7 | 0 | 64 | 0 | 105 | 144 | 112 |
| Binary | 11101100 | 11111111 | 1111010 | 111 | 0 | 110100 | 0 | 1000101 | 1100100 | 1001010 |
Color Harmonies of #ECFF7A
Complementary color
Monochromatic Colors of #ECFF7A
Black with #ECFF7A
Text Example
Text Example
White with #ECFF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFF7A; }
p { color: rgb(236,255,122); }
H1.HeaderClassName
{
color: #ECFF7A;
}
.AnyTagClassName
{
color: #ECFF7A;
}
</style>
background-color css
<style>
a { background-color: #ECFF7A; }
a { background-color: rgb(236,255,122); }
div.DivClassName
{
background-color: #ECFF7A;
}
.BgClassName
{
background-color: #ECFF7A;
}
</style>
border-color css
<style>
span { border-color: #ECFF7A; }
span { border-color: rgb(236,255,122); }
td.TdClassName
{
border-color: #ECFF7A;
}
.TagClassName
{
border-color: #ECFF7A;
}
</style>