Shades of Dolly #ECF97A
Tints of Dolly #ECF97A
RGB
CMYK
RGB Variations
Color information
#ECF97A (or 0xECF97A) is known color: Dolly. HEX triplet: EC, F9 and 7A. RGB value is (236,249,122). Sum of RGB (Red+Green+Blue) = 236+249+122=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 122 (48.05% from 255 or 20.10% from 607); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF97A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF97A is #130685. Grayscale: #E7E7E7. Windows color (decimal): -1246854 or 8059372. OLE color: 8059372.
HSL color Cylindrical-coordinate representation of color #ECF97A: hue angle of 66.14º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECF97A is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 122 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.02 |
| HSL | 66.14º | 0.91% | 0.73% | - |
| HSV(B) | 66.14º | 0.51% | 0.98% | - |
| XYZ | 71.98 | 86.99 | 31.41 | - |
| YUV | 230.64 | 66.69 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 122 | 0.05 | 0 | 0.51 | 0.02 | 66.14 | 0.91 | 0.73 |
| Hex | EC | F9 | 7A | 5 | 0 | 33 | 2 | 42 | 5B | 49 |
| Octal | 354 | 371 | 172 | 5 | 0 | 63 | 2 | 102 | 133 | 111 |
| Binary | 11101100 | 11111001 | 1111010 | 101 | 0 | 110011 | 10 | 1000010 | 1011011 | 1001001 |
Color Harmonies of #ECF97A
Complementary color
Monochromatic Colors of #ECF97A
Black with #ECF97A
Text Example
Text Example
White with #ECF97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF97A; }
p { color: rgb(236,249,122); }
H1.HeaderClassName
{
color: #ECF97A;
}
.AnyTagClassName
{
color: #ECF97A;
}
</style>
background-color css
<style>
a { background-color: #ECF97A; }
a { background-color: rgb(236,249,122); }
div.DivClassName
{
background-color: #ECF97A;
}
.BgClassName
{
background-color: #ECF97A;
}
</style>
border-color css
<style>
span { border-color: #ECF97A; }
span { border-color: rgb(236,249,122); }
td.TdClassName
{
border-color: #ECF97A;
}
.TagClassName
{
border-color: #ECF97A;
}
</style>