Shades of Broom #ECD012
Tints of Broom #ECD012
RGB
CMYK
RGB Variations
Color information
#ECD012 (or 0xECD012) is known color: Broom. HEX triplet: EC, D0 and 12. RGB value is (236,208,18). Sum of RGB (Red+Green+Blue) = 236+208+18=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 18 (7.42% from 255 or 3.90% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD012 is #132FED. Grayscale: #C3C3C3. Windows color (decimal): -1257454 or 1233132. OLE color: 1233132.
HSL color Cylindrical-coordinate representation of color #ECD012: hue angle of 52.29º degrees, saturation: 0.86, 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 #ECD012 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 18 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.07 |
| HSL | 52.29º | 0.86% | 0.5% | - |
| HSV(B) | 52.29º | 0.92% | 0.93% | - |
| XYZ | 57.26 | 62.99 | 9.71 | - |
| YUV | 194.71 | 28.28 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 18 | 0 | 0.12 | 0.92 | 0.07 | 52.29 | 0.86 | 0.5 |
| Hex | EC | D0 | 12 | 0 | C | 5C | 7 | 34 | 56 | 32 |
| Octal | 354 | 320 | 22 | 0 | 14 | 134 | 7 | 64 | 126 | 62 |
| Binary | 11101100 | 11010000 | 10010 | 0 | 1100 | 1011100 | 111 | 110100 | 1010110 | 110010 |
Color Harmonies of #ECD012
Complementary color
Monochromatic Colors of #ECD012
Black with #ECD012
Text Example
Text Example
White with #ECD012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD012; }
p { color: rgb(236,208,18); }
H1.HeaderClassName
{
color: #ECD012;
}
.AnyTagClassName
{
color: #ECD012;
}
</style>
background-color css
<style>
a { background-color: #ECD012; }
a { background-color: rgb(236,208,18); }
div.DivClassName
{
background-color: #ECD012;
}
.BgClassName
{
background-color: #ECD012;
}
</style>
border-color css
<style>
span { border-color: #ECD012; }
span { border-color: rgb(236,208,18); }
td.TdClassName
{
border-color: #ECD012;
}
.TagClassName
{
border-color: #ECD012;
}
</style>