Shades of Broom #ECD214
Tints of Broom #ECD214
RGB
CMYK
RGB Variations
Color information
#ECD214 (or 0xECD214) is known color: Broom. HEX triplet: EC, D2 and 14. RGB value is (236,210,20). Sum of RGB (Red+Green+Blue) = 236+210+20=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 20 (8.20% from 255 or 4.29% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD214 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD214 is #132DEB. Grayscale: #C4C4C4. Windows color (decimal): -1256940 or 1364716. OLE color: 1364716.
HSL color Cylindrical-coordinate representation of color #ECD214: hue angle of 52.78º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECD214 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 20 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.07 |
| HSL | 52.78º | 0.85% | 0.5% | - |
| HSV(B) | 52.78º | 0.92% | 0.93% | - |
| XYZ | 57.76 | 63.98 | 9.97 | - |
| YUV | 196.11 | 28.61 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 20 | 0 | 0.11 | 0.92 | 0.07 | 52.78 | 0.85 | 0.5 |
| Hex | EC | D2 | 14 | 0 | B | 5C | 7 | 35 | 55 | 32 |
| Octal | 354 | 322 | 24 | 0 | 13 | 134 | 7 | 65 | 125 | 62 |
| Binary | 11101100 | 11010010 | 10100 | 0 | 1011 | 1011100 | 111 | 110101 | 1010101 | 110010 |
Color Harmonies of #ECD214
Complementary color
Monochromatic Colors of #ECD214
Black with #ECD214
Text Example
Text Example
White with #ECD214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD214; }
p { color: rgb(236,210,20); }
H1.HeaderClassName
{
color: #ECD214;
}
.AnyTagClassName
{
color: #ECD214;
}
</style>
background-color css
<style>
a { background-color: #ECD214; }
a { background-color: rgb(236,210,20); }
div.DivClassName
{
background-color: #ECD214;
}
.BgClassName
{
background-color: #ECD214;
}
</style>
border-color css
<style>
span { border-color: #ECD214; }
span { border-color: rgb(236,210,20); }
td.TdClassName
{
border-color: #ECD214;
}
.TagClassName
{
border-color: #ECD214;
}
</style>