Shades of Broom #ECD312
Tints of Broom #ECD312
RGB
CMYK
RGB Variations
Color information
#ECD312 (or 0xECD312) is known color: Broom. HEX triplet: EC, D3 and 12. RGB value is (236,211,18). Sum of RGB (Red+Green+Blue) = 236+211+18=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 18 (7.42% from 255 or 3.87% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD312 is #132CED. Grayscale: #C5C5C5. Windows color (decimal): -1256686 or 1233900. OLE color: 1233900.
HSL color Cylindrical-coordinate representation of color #ECD312: hue angle of 53.12º 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 #ECD312 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 18 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.07 |
| HSL | 53.12º | 0.86% | 0.5% | - |
| HSV(B) | 53.12º | 0.92% | 0.93% | - |
| XYZ | 58 | 64.47 | 9.96 | - |
| YUV | 196.47 | 27.28 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 18 | 0 | 0.11 | 0.92 | 0.07 | 53.12 | 0.86 | 0.5 |
| Hex | EC | D3 | 12 | 0 | B | 5C | 7 | 35 | 56 | 32 |
| Octal | 354 | 323 | 22 | 0 | 13 | 134 | 7 | 65 | 126 | 62 |
| Binary | 11101100 | 11010011 | 10010 | 0 | 1011 | 1011100 | 111 | 110101 | 1010110 | 110010 |
Color Harmonies of #ECD312
Complementary color
Monochromatic Colors of #ECD312
Black with #ECD312
Text Example
Text Example
White with #ECD312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD312; }
p { color: rgb(236,211,18); }
H1.HeaderClassName
{
color: #ECD312;
}
.AnyTagClassName
{
color: #ECD312;
}
</style>
background-color css
<style>
a { background-color: #ECD312; }
a { background-color: rgb(236,211,18); }
div.DivClassName
{
background-color: #ECD312;
}
.BgClassName
{
background-color: #ECD312;
}
</style>
border-color css
<style>
span { border-color: #ECD312; }
span { border-color: rgb(236,211,18); }
td.TdClassName
{
border-color: #ECD312;
}
.TagClassName
{
border-color: #ECD312;
}
</style>