Shades of Dolly #ECF67B
Tints of Dolly #ECF67B
RGB
CMYK
RGB Variations
Color information
#ECF67B (or 0xECF67B) is known color: Dolly. HEX triplet: EC, F6 and 7B. RGB value is (236,246,123). Sum of RGB (Red+Green+Blue) = 236+246+123=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 246 (96.48% from 255 or 40.66% from 605); Blue value is 123 (48.44% from 255 or 20.33% from 605); Max value from RGB is 246 - color contains mainly: green. Hex color #ECF67B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF67B is #130984. Grayscale: #E5E5E5. Windows color (decimal): -1247621 or 8124140. OLE color: 8124140.
HSL color Cylindrical-coordinate representation of color #ECF67B: hue angle of 64.88º degrees, saturation: 0.87, 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 #ECF67B is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 246 | 123 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.04 |
| HSL | 64.88º | 0.87% | 0.72% | - |
| HSV(B) | 64.88º | 0.5% | 0.96% | - |
| XYZ | 71.12 | 85.17 | 31.43 | - |
| YUV | 228.99 | 68.19 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 246 | 123 | 0.04 | 0 | 0.50 | 0.04 | 64.88 | 0.87 | 0.72 |
| Hex | EC | F6 | 7B | 4 | 0 | 32 | 4 | 41 | 57 | 48 |
| Octal | 354 | 366 | 173 | 4 | 0 | 62 | 4 | 101 | 127 | 110 |
| Binary | 11101100 | 11110110 | 1111011 | 100 | 0 | 110010 | 100 | 1000001 | 1010111 | 1001000 |
Color Harmonies of #ECF67B
Complementary color
Monochromatic Colors of #ECF67B
Black with #ECF67B
Text Example
Text Example
White with #ECF67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF67B; }
p { color: rgb(236,246,123); }
H1.HeaderClassName
{
color: #ECF67B;
}
.AnyTagClassName
{
color: #ECF67B;
}
</style>
background-color css
<style>
a { background-color: #ECF67B; }
a { background-color: rgb(236,246,123); }
div.DivClassName
{
background-color: #ECF67B;
}
.BgClassName
{
background-color: #ECF67B;
}
</style>
border-color css
<style>
span { border-color: #ECF67B; }
span { border-color: rgb(236,246,123); }
td.TdClassName
{
border-color: #ECF67B;
}
.TagClassName
{
border-color: #ECF67B;
}
</style>