Shades of Broom #ECD713
Tints of Broom #ECD713
RGB
CMYK
RGB Variations
Color information
#ECD713 (or 0xECD713) is known color: Broom. HEX triplet: EC, D7 and 13. RGB value is (236,215,19). Sum of RGB (Red+Green+Blue) = 236+215+19=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 215 (84.38% from 255 or 45.74% from 470); Blue value is 19 (7.81% from 255 or 4.04% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD713 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD713 is #1328EC. Grayscale: #C7C7C7. Windows color (decimal): -1255661 or 1300460. OLE color: 1300460.
HSL color Cylindrical-coordinate representation of color #ECD713: hue angle of 54.19º 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 #ECD713 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 19 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.07 |
| HSL | 54.19º | 0.85% | 0.5% | - |
| HSV(B) | 54.19º | 0.92% | 0.93% | - |
| XYZ | 59.01 | 66.48 | 10.34 | - |
| YUV | 198.94 | 26.46 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 19 | 0 | 0.09 | 0.92 | 0.07 | 54.19 | 0.85 | 0.5 |
| Hex | EC | D7 | 13 | 0 | 9 | 5C | 7 | 36 | 55 | 32 |
| Octal | 354 | 327 | 23 | 0 | 11 | 134 | 7 | 66 | 125 | 62 |
| Binary | 11101100 | 11010111 | 10011 | 0 | 1001 | 1011100 | 111 | 110110 | 1010101 | 110010 |
Color Harmonies of #ECD713
Complementary color
Monochromatic Colors of #ECD713
Black with #ECD713
Text Example
Text Example
White with #ECD713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD713; }
p { color: rgb(236,215,19); }
H1.HeaderClassName
{
color: #ECD713;
}
.AnyTagClassName
{
color: #ECD713;
}
</style>
background-color css
<style>
a { background-color: #ECD713; }
a { background-color: rgb(236,215,19); }
div.DivClassName
{
background-color: #ECD713;
}
.BgClassName
{
background-color: #ECD713;
}
</style>
border-color css
<style>
span { border-color: #ECD713; }
span { border-color: rgb(236,215,19); }
td.TdClassName
{
border-color: #ECD713;
}
.TagClassName
{
border-color: #ECD713;
}
</style>