Shades of Dolly #ECF376
Tints of Dolly #ECF376
RGB
CMYK
RGB Variations
Color information
#ECF376 (or 0xECF376) is known color: Dolly. HEX triplet: EC, F3 and 76. RGB value is (236,243,118). Sum of RGB (Red+Green+Blue) = 236+243+118=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 243 (95.31% from 255 or 40.70% from 597); Blue value is 118 (46.48% from 255 or 19.77% from 597); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF376 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF376 is #130C89. Grayscale: #E3E3E3. Windows color (decimal): -1248394 or 7795692. OLE color: 7795692.
HSL color Cylindrical-coordinate representation of color #ECF376: hue angle of 63.36º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECF376 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 118 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.05 |
| HSL | 63.36º | 0.84% | 0.71% | - |
| HSV(B) | 63.36º | 0.51% | 0.95% | - |
| XYZ | 69.91 | 83.24 | 29.52 | - |
| YUV | 226.66 | 66.68 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 118 | 0.03 | 0 | 0.51 | 0.05 | 63.36 | 0.84 | 0.71 |
| Hex | EC | F3 | 76 | 3 | 0 | 33 | 5 | 3F | 54 | 47 |
| Octal | 354 | 363 | 166 | 3 | 0 | 63 | 5 | 77 | 124 | 107 |
| Binary | 11101100 | 11110011 | 1110110 | 11 | 0 | 110011 | 101 | 111111 | 1010100 | 1000111 |
Color Harmonies of #ECF376
Complementary color
Monochromatic Colors of #ECF376
Black with #ECF376
Text Example
Text Example
White with #ECF376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF376; }
p { color: rgb(236,243,118); }
H1.HeaderClassName
{
color: #ECF376;
}
.AnyTagClassName
{
color: #ECF376;
}
</style>
background-color css
<style>
a { background-color: #ECF376; }
a { background-color: rgb(236,243,118); }
div.DivClassName
{
background-color: #ECF376;
}
.BgClassName
{
background-color: #ECF376;
}
</style>
border-color css
<style>
span { border-color: #ECF376; }
span { border-color: rgb(236,243,118); }
td.TdClassName
{
border-color: #ECF376;
}
.TagClassName
{
border-color: #ECF376;
}
</style>