Shades of Broom #ECD016
Tints of Broom #ECD016
RGB
CMYK
RGB Variations
Color information
#ECD016 (or 0xECD016) is known color: Broom. HEX triplet: EC, D0 and 16. RGB value is (236,208,22). Sum of RGB (Red+Green+Blue) = 236+208+22=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 22 (8.98% from 255 or 4.72% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD016 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD016 is #132FE9. Grayscale: #C3C3C3. Windows color (decimal): -1257450 or 1495276. OLE color: 1495276.
HSL color Cylindrical-coordinate representation of color #ECD016: hue angle of 52.15º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ECD016 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 22 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.07 |
| HSL | 52.15º | 0.85% | 0.51% | - |
| HSV(B) | 52.15º | 0.91% | 0.93% | - |
| XYZ | 57.29 | 63 | 9.9 | - |
| YUV | 195.17 | 30.28 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 22 | 0 | 0.12 | 0.91 | 0.07 | 52.15 | 0.85 | 0.51 |
| Hex | EC | D0 | 16 | 0 | C | 5B | 7 | 34 | 55 | 33 |
| Octal | 354 | 320 | 26 | 0 | 14 | 133 | 7 | 64 | 125 | 63 |
| Binary | 11101100 | 11010000 | 10110 | 0 | 1100 | 1011011 | 111 | 110100 | 1010101 | 110011 |
Color Harmonies of #ECD016
Complementary color
Monochromatic Colors of #ECD016
Black with #ECD016
Text Example
Text Example
White with #ECD016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD016; }
p { color: rgb(236,208,22); }
H1.HeaderClassName
{
color: #ECD016;
}
.AnyTagClassName
{
color: #ECD016;
}
</style>
background-color css
<style>
a { background-color: #ECD016; }
a { background-color: rgb(236,208,22); }
div.DivClassName
{
background-color: #ECD016;
}
.BgClassName
{
background-color: #ECD016;
}
</style>
border-color css
<style>
span { border-color: #ECD016; }
span { border-color: rgb(236,208,22); }
td.TdClassName
{
border-color: #ECD016;
}
.TagClassName
{
border-color: #ECD016;
}
</style>