Shades of Dolly #ECF375
Tints of Dolly #ECF375
RGB
CMYK
RGB Variations
Color information
#ECF375 (or 0xECF375) is known color: Dolly. HEX triplet: EC, F3 and 75. RGB value is (236,243,117). Sum of RGB (Red+Green+Blue) = 236+243+117=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 243 (95.31% from 255 or 40.77% from 596); Blue value is 117 (46.09% from 255 or 19.63% from 596); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF375 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF375 is #130C8A. Grayscale: #E3E3E3. Windows color (decimal): -1248395 or 7730156. OLE color: 7730156.
HSL color Cylindrical-coordinate representation of color #ECF375: hue angle of 63.33º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ECF375 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 117 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.05 |
| HSL | 63.33º | 0.84% | 0.71% | - |
| HSV(B) | 63.33º | 0.52% | 0.95% | - |
| XYZ | 69.85 | 83.22 | 29.21 | - |
| YUV | 226.54 | 66.18 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 117 | 0.03 | 0 | 0.52 | 0.05 | 63.33 | 0.84 | 0.71 |
| Hex | EC | F3 | 75 | 3 | 0 | 34 | 5 | 3F | 54 | 47 |
| Octal | 354 | 363 | 165 | 3 | 0 | 64 | 5 | 77 | 124 | 107 |
| Binary | 11101100 | 11110011 | 1110101 | 11 | 0 | 110100 | 101 | 111111 | 1010100 | 1000111 |
Color Harmonies of #ECF375
Complementary color
Monochromatic Colors of #ECF375
Black with #ECF375
Text Example
Text Example
White with #ECF375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF375; }
p { color: rgb(236,243,117); }
H1.HeaderClassName
{
color: #ECF375;
}
.AnyTagClassName
{
color: #ECF375;
}
</style>
background-color css
<style>
a { background-color: #ECF375; }
a { background-color: rgb(236,243,117); }
div.DivClassName
{
background-color: #ECF375;
}
.BgClassName
{
background-color: #ECF375;
}
</style>
border-color css
<style>
span { border-color: #ECF375; }
span { border-color: rgb(236,243,117); }
td.TdClassName
{
border-color: #ECF375;
}
.TagClassName
{
border-color: #ECF375;
}
</style>