Shades of Broom #ECD516
Tints of Broom #ECD516
RGB
CMYK
RGB Variations
Color information
#ECD516 (or 0xECD516) is known color: Broom. HEX triplet: EC, D5 and 16. RGB value is (236,213,22). Sum of RGB (Red+Green+Blue) = 236+213+22=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 22 (8.98% from 255 or 4.67% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD516 is #132AE9. Grayscale: #C6C6C6. Windows color (decimal): -1256170 or 1496556. OLE color: 1496556.
HSL color Cylindrical-coordinate representation of color #ECD516: hue angle of 53.55º 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 #ECD516 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 22 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.07 |
| HSL | 53.55º | 0.85% | 0.51% | - |
| HSV(B) | 53.55º | 0.91% | 0.93% | - |
| XYZ | 58.53 | 65.48 | 10.31 | - |
| YUV | 198.1 | 28.62 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 22 | 0 | 0.10 | 0.91 | 0.07 | 53.55 | 0.85 | 0.51 |
| Hex | EC | D5 | 16 | 0 | A | 5B | 7 | 36 | 55 | 33 |
| Octal | 354 | 325 | 26 | 0 | 12 | 133 | 7 | 66 | 125 | 63 |
| Binary | 11101100 | 11010101 | 10110 | 0 | 1010 | 1011011 | 111 | 110110 | 1010101 | 110011 |
Color Harmonies of #ECD516
Complementary color
Monochromatic Colors of #ECD516
Black with #ECD516
Text Example
Text Example
White with #ECD516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD516; }
p { color: rgb(236,213,22); }
H1.HeaderClassName
{
color: #ECD516;
}
.AnyTagClassName
{
color: #ECD516;
}
</style>
background-color css
<style>
a { background-color: #ECD516; }
a { background-color: rgb(236,213,22); }
div.DivClassName
{
background-color: #ECD516;
}
.BgClassName
{
background-color: #ECD516;
}
</style>
border-color css
<style>
span { border-color: #ECD516; }
span { border-color: rgb(236,213,22); }
td.TdClassName
{
border-color: #ECD516;
}
.TagClassName
{
border-color: #ECD516;
}
</style>