Shades of Broom #ECD114
Tints of Broom #ECD114
RGB
CMYK
RGB Variations
Color information
#ECD114 (or 0xECD114) is known color: Broom. HEX triplet: EC, D1 and 14. RGB value is (236,209,20). Sum of RGB (Red+Green+Blue) = 236+209+20=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 20 (8.20% from 255 or 4.30% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD114 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD114 is #132EEB. Grayscale: #C4C4C4. Windows color (decimal): -1257196 or 1364460. OLE color: 1364460.
HSL color Cylindrical-coordinate representation of color #ECD114: hue angle of 52.5º 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 #ECD114 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 209 | 20 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.07 |
| HSL | 52.5º | 0.85% | 0.5% | - |
| HSV(B) | 52.5º | 0.92% | 0.93% | - |
| XYZ | 57.52 | 63.48 | 9.88 | - |
| YUV | 195.53 | 28.95 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 209 | 20 | 0 | 0.11 | 0.92 | 0.07 | 52.5 | 0.85 | 0.5 |
| Hex | EC | D1 | 14 | 0 | B | 5C | 7 | 34 | 55 | 32 |
| Octal | 354 | 321 | 24 | 0 | 13 | 134 | 7 | 64 | 125 | 62 |
| Binary | 11101100 | 11010001 | 10100 | 0 | 1011 | 1011100 | 111 | 110100 | 1010101 | 110010 |
Color Harmonies of #ECD114
Complementary color
Monochromatic Colors of #ECD114
Black with #ECD114
Text Example
Text Example
White with #ECD114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD114; }
p { color: rgb(236,209,20); }
H1.HeaderClassName
{
color: #ECD114;
}
.AnyTagClassName
{
color: #ECD114;
}
</style>
background-color css
<style>
a { background-color: #ECD114; }
a { background-color: rgb(236,209,20); }
div.DivClassName
{
background-color: #ECD114;
}
.BgClassName
{
background-color: #ECD114;
}
</style>
border-color css
<style>
span { border-color: #ECD114; }
span { border-color: rgb(236,209,20); }
td.TdClassName
{
border-color: #ECD114;
}
.TagClassName
{
border-color: #ECD114;
}
</style>