Shades of Broom #ECD512
Tints of Broom #ECD512
RGB
CMYK
RGB Variations
Color information
#ECD512 (or 0xECD512) is known color: Broom. HEX triplet: EC, D5 and 12. RGB value is (236,213,18). Sum of RGB (Red+Green+Blue) = 236+213+18=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 18 (7.42% from 255 or 3.85% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD512 is #132AED. Grayscale: #C6C6C6. Windows color (decimal): -1256174 or 1234412. OLE color: 1234412.
HSL color Cylindrical-coordinate representation of color #ECD512: hue angle of 53.67º degrees, saturation: 0.86, 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 #ECD512 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 18 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.07 |
| HSL | 53.67º | 0.86% | 0.5% | - |
| HSV(B) | 53.67º | 0.92% | 0.93% | - |
| XYZ | 58.5 | 65.47 | 10.13 | - |
| YUV | 197.65 | 26.62 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 18 | 0 | 0.10 | 0.92 | 0.07 | 53.67 | 0.86 | 0.5 |
| Hex | EC | D5 | 12 | 0 | A | 5C | 7 | 36 | 56 | 32 |
| Octal | 354 | 325 | 22 | 0 | 12 | 134 | 7 | 66 | 126 | 62 |
| Binary | 11101100 | 11010101 | 10010 | 0 | 1010 | 1011100 | 111 | 110110 | 1010110 | 110010 |
Color Harmonies of #ECD512
Complementary color
Monochromatic Colors of #ECD512
Black with #ECD512
Text Example
Text Example
White with #ECD512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD512; }
p { color: rgb(236,213,18); }
H1.HeaderClassName
{
color: #ECD512;
}
.AnyTagClassName
{
color: #ECD512;
}
</style>
background-color css
<style>
a { background-color: #ECD512; }
a { background-color: rgb(236,213,18); }
div.DivClassName
{
background-color: #ECD512;
}
.BgClassName
{
background-color: #ECD512;
}
</style>
border-color css
<style>
span { border-color: #ECD512; }
span { border-color: rgb(236,213,18); }
td.TdClassName
{
border-color: #ECD512;
}
.TagClassName
{
border-color: #ECD512;
}
</style>