Shades of Broom #ECD01C
Tints of Broom #ECD01C
RGB
CMYK
RGB Variations
Color information
#ECD01C (or 0xECD01C) is known color: Broom. HEX triplet: EC, D0 and 1C. RGB value is (236,208,28). Sum of RGB (Red+Green+Blue) = 236+208+28=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 28 (11.33% from 255 or 5.93% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD01C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD01C is #132FE3. Grayscale: #C4C4C4. Windows color (decimal): -1257444 or 1888492. OLE color: 1888492.
HSL color Cylindrical-coordinate representation of color #ECD01C: hue angle of 51.92º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ECD01C is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 28 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.07 |
| HSL | 51.92º | 0.85% | 0.52% | - |
| HSV(B) | 51.92º | 0.88% | 0.93% | - |
| XYZ | 57.36 | 63.03 | 10.24 | - |
| YUV | 195.85 | 33.28 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 28 | 0 | 0.12 | 0.88 | 0.07 | 51.92 | 0.85 | 0.52 |
| Hex | EC | D0 | 1C | 0 | C | 58 | 7 | 34 | 55 | 34 |
| Octal | 354 | 320 | 34 | 0 | 14 | 130 | 7 | 64 | 125 | 64 |
| Binary | 11101100 | 11010000 | 11100 | 0 | 1100 | 1011000 | 111 | 110100 | 1010101 | 110100 |
Color Harmonies of #ECD01C
Complementary color
Monochromatic Colors of #ECD01C
Black with #ECD01C
Text Example
Text Example
White with #ECD01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD01C; }
p { color: rgb(236,208,28); }
H1.HeaderClassName
{
color: #ECD01C;
}
.AnyTagClassName
{
color: #ECD01C;
}
</style>
background-color css
<style>
a { background-color: #ECD01C; }
a { background-color: rgb(236,208,28); }
div.DivClassName
{
background-color: #ECD01C;
}
.BgClassName
{
background-color: #ECD01C;
}
</style>
border-color css
<style>
span { border-color: #ECD01C; }
span { border-color: rgb(236,208,28); }
td.TdClassName
{
border-color: #ECD01C;
}
.TagClassName
{
border-color: #ECD01C;
}
</style>