Shades of Broom #ECD313
Tints of Broom #ECD313
RGB
CMYK
RGB Variations
Color information
#ECD313 (or 0xECD313) is known color: Broom. HEX triplet: EC, D3 and 13. RGB value is (236,211,19). Sum of RGB (Red+Green+Blue) = 236+211+19=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 211 (82.81% from 255 or 45.28% from 466); Blue value is 19 (7.81% from 255 or 4.08% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD313 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD313 is #132CEC. Grayscale: #C5C5C5. Windows color (decimal): -1256685 or 1299436. OLE color: 1299436.
HSL color Cylindrical-coordinate representation of color #ECD313: hue angle of 53.09º 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 #ECD313 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 19 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.07 |
| HSL | 53.09º | 0.85% | 0.5% | - |
| HSV(B) | 53.09º | 0.92% | 0.93% | - |
| XYZ | 58 | 64.47 | 10 | - |
| YUV | 196.59 | 27.78 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 19 | 0 | 0.11 | 0.92 | 0.07 | 53.09 | 0.85 | 0.5 |
| Hex | EC | D3 | 13 | 0 | B | 5C | 7 | 35 | 55 | 32 |
| Octal | 354 | 323 | 23 | 0 | 13 | 134 | 7 | 65 | 125 | 62 |
| Binary | 11101100 | 11010011 | 10011 | 0 | 1011 | 1011100 | 111 | 110101 | 1010101 | 110010 |
Color Harmonies of #ECD313
Complementary color
Monochromatic Colors of #ECD313
Black with #ECD313
Text Example
Text Example
White with #ECD313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD313; }
p { color: rgb(236,211,19); }
H1.HeaderClassName
{
color: #ECD313;
}
.AnyTagClassName
{
color: #ECD313;
}
</style>
background-color css
<style>
a { background-color: #ECD313; }
a { background-color: rgb(236,211,19); }
div.DivClassName
{
background-color: #ECD313;
}
.BgClassName
{
background-color: #ECD313;
}
</style>
border-color css
<style>
span { border-color: #ECD313; }
span { border-color: rgb(236,211,19); }
td.TdClassName
{
border-color: #ECD313;
}
.TagClassName
{
border-color: #ECD313;
}
</style>