Shades of Broom #ECD716
Tints of Broom #ECD716
RGB
CMYK
RGB Variations
Color information
#ECD716 (or 0xECD716) is known color: Broom. HEX triplet: EC, D7 and 16. RGB value is (236,215,22). Sum of RGB (Red+Green+Blue) = 236+215+22=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 215 (84.38% from 255 or 45.45% from 473); Blue value is 22 (8.98% from 255 or 4.65% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD716 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD716 is #1328E9. Grayscale: #C8C8C8. Windows color (decimal): -1255658 or 1497068. OLE color: 1497068.
HSL color Cylindrical-coordinate representation of color #ECD716: hue angle of 54.11º 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 #ECD716 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 22 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.07 |
| HSL | 54.11º | 0.85% | 0.51% | - |
| HSV(B) | 54.11º | 0.91% | 0.93% | - |
| XYZ | 59.04 | 66.49 | 10.48 | - |
| YUV | 199.28 | 27.96 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 22 | 0 | 0.09 | 0.91 | 0.07 | 54.11 | 0.85 | 0.51 |
| Hex | EC | D7 | 16 | 0 | 9 | 5B | 7 | 36 | 55 | 33 |
| Octal | 354 | 327 | 26 | 0 | 11 | 133 | 7 | 66 | 125 | 63 |
| Binary | 11101100 | 11010111 | 10110 | 0 | 1001 | 1011011 | 111 | 110110 | 1010101 | 110011 |
Color Harmonies of #ECD716
Complementary color
Monochromatic Colors of #ECD716
Black with #ECD716
Text Example
Text Example
White with #ECD716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD716; }
p { color: rgb(236,215,22); }
H1.HeaderClassName
{
color: #ECD716;
}
.AnyTagClassName
{
color: #ECD716;
}
</style>
background-color css
<style>
a { background-color: #ECD716; }
a { background-color: rgb(236,215,22); }
div.DivClassName
{
background-color: #ECD716;
}
.BgClassName
{
background-color: #ECD716;
}
</style>
border-color css
<style>
span { border-color: #ECD716; }
span { border-color: rgb(236,215,22); }
td.TdClassName
{
border-color: #ECD716;
}
.TagClassName
{
border-color: #ECD716;
}
</style>