Shades of Dolly #ECF57A
Tints of Dolly #ECF57A
RGB
CMYK
RGB Variations
Color information
#ECF57A (or 0xECF57A) is known color: Dolly. HEX triplet: EC, F5 and 7A. RGB value is (236,245,122). Sum of RGB (Red+Green+Blue) = 236+245+122=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 245 (96.09% from 255 or 40.63% from 603); Blue value is 122 (48.05% from 255 or 20.23% from 603); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF57A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF57A is #130A85. Grayscale: #E4E4E4. Windows color (decimal): -1247878 or 8058348. OLE color: 8058348.
HSL color Cylindrical-coordinate representation of color #ECF57A: hue angle of 64.39º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECF57A is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 245 | 122 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.04 |
| HSL | 64.39º | 0.86% | 0.72% | - |
| HSV(B) | 64.39º | 0.5% | 0.96% | - |
| XYZ | 70.76 | 84.54 | 31 | - |
| YUV | 228.29 | 68.02 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 245 | 122 | 0.04 | 0 | 0.50 | 0.04 | 64.39 | 0.86 | 0.72 |
| Hex | EC | F5 | 7A | 4 | 0 | 32 | 4 | 40 | 56 | 48 |
| Octal | 354 | 365 | 172 | 4 | 0 | 62 | 4 | 100 | 126 | 110 |
| Binary | 11101100 | 11110101 | 1111010 | 100 | 0 | 110010 | 100 | 1000000 | 1010110 | 1001000 |
Color Harmonies of #ECF57A
Complementary color
Monochromatic Colors of #ECF57A
Black with #ECF57A
Text Example
Text Example
White with #ECF57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF57A; }
p { color: rgb(236,245,122); }
H1.HeaderClassName
{
color: #ECF57A;
}
.AnyTagClassName
{
color: #ECF57A;
}
</style>
background-color css
<style>
a { background-color: #ECF57A; }
a { background-color: rgb(236,245,122); }
div.DivClassName
{
background-color: #ECF57A;
}
.BgClassName
{
background-color: #ECF57A;
}
</style>
border-color css
<style>
span { border-color: #ECF57A; }
span { border-color: rgb(236,245,122); }
td.TdClassName
{
border-color: #ECF57A;
}
.TagClassName
{
border-color: #ECF57A;
}
</style>