Shades of Broom #ECD515
Tints of Broom #ECD515
RGB
CMYK
RGB Variations
Color information
#ECD515 (or 0xECD515) is known color: Broom. HEX triplet: EC, D5 and 15. RGB value is (236,213,21). Sum of RGB (Red+Green+Blue) = 236+213+21=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 21 (8.59% from 255 or 4.47% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD515 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD515 is #132AEA. Grayscale: #C6C6C6. Windows color (decimal): -1256171 or 1431020. OLE color: 1431020.
HSL color Cylindrical-coordinate representation of color #ECD515: hue angle of 53.58º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ECD515 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 21 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.07 |
| HSL | 53.58º | 0.85% | 0.5% | - |
| HSV(B) | 53.58º | 0.91% | 0.93% | - |
| XYZ | 58.52 | 65.48 | 10.26 | - |
| YUV | 197.99 | 28.12 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 21 | 0 | 0.10 | 0.91 | 0.07 | 53.58 | 0.85 | 0.5 |
| Hex | EC | D5 | 15 | 0 | A | 5B | 7 | 36 | 55 | 32 |
| Octal | 354 | 325 | 25 | 0 | 12 | 133 | 7 | 66 | 125 | 62 |
| Binary | 11101100 | 11010101 | 10101 | 0 | 1010 | 1011011 | 111 | 110110 | 1010101 | 110010 |
Color Harmonies of #ECD515
Complementary color
Monochromatic Colors of #ECD515
Black with #ECD515
Text Example
Text Example
White with #ECD515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD515; }
p { color: rgb(236,213,21); }
H1.HeaderClassName
{
color: #ECD515;
}
.AnyTagClassName
{
color: #ECD515;
}
</style>
background-color css
<style>
a { background-color: #ECD515; }
a { background-color: rgb(236,213,21); }
div.DivClassName
{
background-color: #ECD515;
}
.BgClassName
{
background-color: #ECD515;
}
</style>
border-color css
<style>
span { border-color: #ECD515; }
span { border-color: rgb(236,213,21); }
td.TdClassName
{
border-color: #ECD515;
}
.TagClassName
{
border-color: #ECD515;
}
</style>