Shades of Broom #ECD514
Tints of Broom #ECD514
RGB
CMYK
RGB Variations
Color information
#ECD514 (or 0xECD514) is known color: Broom. HEX triplet: EC, D5 and 14. RGB value is (236,213,20). Sum of RGB (Red+Green+Blue) = 236+213+20=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 20 (8.20% from 255 or 4.26% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD514 is #132AEB. Grayscale: #C6C6C6. Windows color (decimal): -1256172 or 1365484. OLE color: 1365484.
HSL color Cylindrical-coordinate representation of color #ECD514: hue angle of 53.61º 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 #ECD514 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 20 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.07 |
| HSL | 53.61º | 0.85% | 0.5% | - |
| HSV(B) | 53.61º | 0.92% | 0.93% | - |
| XYZ | 58.51 | 65.47 | 10.22 | - |
| YUV | 197.88 | 27.62 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 20 | 0 | 0.10 | 0.92 | 0.07 | 53.61 | 0.85 | 0.5 |
| Hex | EC | D5 | 14 | 0 | A | 5C | 7 | 36 | 55 | 32 |
| Octal | 354 | 325 | 24 | 0 | 12 | 134 | 7 | 66 | 125 | 62 |
| Binary | 11101100 | 11010101 | 10100 | 0 | 1010 | 1011100 | 111 | 110110 | 1010101 | 110010 |
Color Harmonies of #ECD514
Complementary color
Monochromatic Colors of #ECD514
Black with #ECD514
Text Example
Text Example
White with #ECD514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD514; }
p { color: rgb(236,213,20); }
H1.HeaderClassName
{
color: #ECD514;
}
.AnyTagClassName
{
color: #ECD514;
}
</style>
background-color css
<style>
a { background-color: #ECD514; }
a { background-color: rgb(236,213,20); }
div.DivClassName
{
background-color: #ECD514;
}
.BgClassName
{
background-color: #ECD514;
}
</style>
border-color css
<style>
span { border-color: #ECD514; }
span { border-color: rgb(236,213,20); }
td.TdClassName
{
border-color: #ECD514;
}
.TagClassName
{
border-color: #ECD514;
}
</style>