Shades of Dolly #ECF47B
Tints of Dolly #ECF47B
RGB
CMYK
RGB Variations
Color information
#ECF47B (or 0xECF47B) is known color: Dolly. HEX triplet: EC, F4 and 7B. RGB value is (236,244,123). Sum of RGB (Red+Green+Blue) = 236+244+123=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 244 (95.70% from 255 or 40.46% from 603); Blue value is 123 (48.44% from 255 or 20.40% from 603); Max value from RGB is 244 - color contains mainly: green. Hex color #ECF47B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF47B is #130B84. Grayscale: #E4E4E4. Windows color (decimal): -1248133 or 8123628. OLE color: 8123628.
HSL color Cylindrical-coordinate representation of color #ECF47B: hue angle of 63.97º degrees, saturation: 0.85, 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 #ECF47B is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 244 | 123 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.04 |
| HSL | 63.97º | 0.85% | 0.72% | - |
| HSV(B) | 63.97º | 0.5% | 0.96% | - |
| XYZ | 70.52 | 83.96 | 31.23 | - |
| YUV | 227.81 | 68.85 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 244 | 123 | 0.03 | 0 | 0.50 | 0.04 | 63.97 | 0.85 | 0.72 |
| Hex | EC | F4 | 7B | 3 | 0 | 32 | 4 | 40 | 55 | 48 |
| Octal | 354 | 364 | 173 | 3 | 0 | 62 | 4 | 100 | 125 | 110 |
| Binary | 11101100 | 11110100 | 1111011 | 11 | 0 | 110010 | 100 | 1000000 | 1010101 | 1001000 |
Color Harmonies of #ECF47B
Complementary color
Monochromatic Colors of #ECF47B
Black with #ECF47B
Text Example
Text Example
White with #ECF47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF47B; }
p { color: rgb(236,244,123); }
H1.HeaderClassName
{
color: #ECF47B;
}
.AnyTagClassName
{
color: #ECF47B;
}
</style>
background-color css
<style>
a { background-color: #ECF47B; }
a { background-color: rgb(236,244,123); }
div.DivClassName
{
background-color: #ECF47B;
}
.BgClassName
{
background-color: #ECF47B;
}
</style>
border-color css
<style>
span { border-color: #ECF47B; }
span { border-color: rgb(236,244,123); }
td.TdClassName
{
border-color: #ECF47B;
}
.TagClassName
{
border-color: #ECF47B;
}
</style>