Shades of Broom #ECCD16
Tints of Broom #ECCD16
RGB
CMYK
RGB Variations
Color information
#ECCD16 (or 0xECCD16) is known color: Broom. HEX triplet: EC, CD and 16. RGB value is (236,205,22). Sum of RGB (Red+Green+Blue) = 236+205+22=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 22 (8.98% from 255 or 4.75% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCD16 is #1332E9. Grayscale: #C2C2C2. Windows color (decimal): -1258218 or 1494508. OLE color: 1494508.
HSL color Cylindrical-coordinate representation of color #ECCD16: hue angle of 51.31º 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 #ECCD16 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 22 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.07 |
| HSL | 51.31º | 0.85% | 0.51% | - |
| HSV(B) | 51.31º | 0.91% | 0.93% | - |
| XYZ | 56.57 | 61.55 | 9.66 | - |
| YUV | 193.41 | 31.27 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 22 | 0 | 0.13 | 0.91 | 0.07 | 51.31 | 0.85 | 0.51 |
| Hex | EC | CD | 16 | 0 | D | 5B | 7 | 33 | 55 | 33 |
| Octal | 354 | 315 | 26 | 0 | 15 | 133 | 7 | 63 | 125 | 63 |
| Binary | 11101100 | 11001101 | 10110 | 0 | 1101 | 1011011 | 111 | 110011 | 1010101 | 110011 |
Color Harmonies of #ECCD16
Complementary color
Monochromatic Colors of #ECCD16
Black with #ECCD16
Text Example
Text Example
White with #ECCD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCD16; }
p { color: rgb(236,205,22); }
H1.HeaderClassName
{
color: #ECCD16;
}
.AnyTagClassName
{
color: #ECCD16;
}
</style>
background-color css
<style>
a { background-color: #ECCD16; }
a { background-color: rgb(236,205,22); }
div.DivClassName
{
background-color: #ECCD16;
}
.BgClassName
{
background-color: #ECCD16;
}
</style>
border-color css
<style>
span { border-color: #ECCD16; }
span { border-color: rgb(236,205,22); }
td.TdClassName
{
border-color: #ECCD16;
}
.TagClassName
{
border-color: #ECCD16;
}
</style>