Shades of Broom #ECD215
Tints of Broom #ECD215
RGB
CMYK
RGB Variations
Color information
#ECD215 (or 0xECD215) is known color: Broom. HEX triplet: EC, D2 and 15. RGB value is (236,210,21). Sum of RGB (Red+Green+Blue) = 236+210+21=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 21 (8.59% from 255 or 4.50% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD215 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD215 is #132DEA. Grayscale: #C5C5C5. Windows color (decimal): -1256939 or 1430252. OLE color: 1430252.
HSL color Cylindrical-coordinate representation of color #ECD215: hue angle of 52.74º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ECD215 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 21 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.07 |
| HSL | 52.74º | 0.85% | 0.5% | - |
| HSV(B) | 52.74º | 0.91% | 0.93% | - |
| XYZ | 57.77 | 63.98 | 10.01 | - |
| YUV | 196.23 | 29.11 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 21 | 0 | 0.11 | 0.91 | 0.07 | 52.74 | 0.85 | 0.5 |
| Hex | EC | D2 | 15 | 0 | B | 5B | 7 | 35 | 55 | 32 |
| Octal | 354 | 322 | 25 | 0 | 13 | 133 | 7 | 65 | 125 | 62 |
| Binary | 11101100 | 11010010 | 10101 | 0 | 1011 | 1011011 | 111 | 110101 | 1010101 | 110010 |
Color Harmonies of #ECD215
Complementary color
Monochromatic Colors of #ECD215
Black with #ECD215
Text Example
Text Example
White with #ECD215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD215; }
p { color: rgb(236,210,21); }
H1.HeaderClassName
{
color: #ECD215;
}
.AnyTagClassName
{
color: #ECD215;
}
</style>
background-color css
<style>
a { background-color: #ECD215; }
a { background-color: rgb(236,210,21); }
div.DivClassName
{
background-color: #ECD215;
}
.BgClassName
{
background-color: #ECD215;
}
</style>
border-color css
<style>
span { border-color: #ECD215; }
span { border-color: rgb(236,210,21); }
td.TdClassName
{
border-color: #ECD215;
}
.TagClassName
{
border-color: #ECD215;
}
</style>