Shades of Broom #ECD319
Tints of Broom #ECD319
RGB
CMYK
RGB Variations
Color information
#ECD319 (or 0xECD319) is known color: Broom. HEX triplet: EC, D3 and 19. RGB value is (236,211,25). Sum of RGB (Red+Green+Blue) = 236+211+25=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 25 (10.16% from 255 or 5.30% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD319 is #132CE6. Grayscale: #C6C6C6. Windows color (decimal): -1256679 or 1692652. OLE color: 1692652.
HSL color Cylindrical-coordinate representation of color #ECD319: hue angle of 52.89º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ECD319 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 25 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.07 |
| HSL | 52.89º | 0.85% | 0.51% | - |
| HSV(B) | 52.89º | 0.89% | 0.93% | - |
| XYZ | 58.06 | 64.49 | 10.31 | - |
| YUV | 197.27 | 30.78 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 25 | 0 | 0.11 | 0.89 | 0.07 | 52.89 | 0.85 | 0.51 |
| Hex | EC | D3 | 19 | 0 | B | 59 | 7 | 35 | 55 | 33 |
| Octal | 354 | 323 | 31 | 0 | 13 | 131 | 7 | 65 | 125 | 63 |
| Binary | 11101100 | 11010011 | 11001 | 0 | 1011 | 1011001 | 111 | 110101 | 1010101 | 110011 |
Color Harmonies of #ECD319
Complementary color
Monochromatic Colors of #ECD319
Black with #ECD319
Text Example
Text Example
White with #ECD319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD319; }
p { color: rgb(236,211,25); }
H1.HeaderClassName
{
color: #ECD319;
}
.AnyTagClassName
{
color: #ECD319;
}
</style>
background-color css
<style>
a { background-color: #ECD319; }
a { background-color: rgb(236,211,25); }
div.DivClassName
{
background-color: #ECD319;
}
.BgClassName
{
background-color: #ECD319;
}
</style>
border-color css
<style>
span { border-color: #ECD319; }
span { border-color: rgb(236,211,25); }
td.TdClassName
{
border-color: #ECD319;
}
.TagClassName
{
border-color: #ECD319;
}
</style>