Shades of Broom #ECD01A
Tints of Broom #ECD01A
RGB
CMYK
RGB Variations
Color information
#ECD01A (or 0xECD01A) is known color: Broom. HEX triplet: EC, D0 and 1A. RGB value is (236,208,26). Sum of RGB (Red+Green+Blue) = 236+208+26=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 26 (10.55% from 255 or 5.53% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD01A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD01A is #132FE5. Grayscale: #C4C4C4. Windows color (decimal): -1257446 or 1757420. OLE color: 1757420.
HSL color Cylindrical-coordinate representation of color #ECD01A: hue angle of 52º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ECD01A is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 26 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.07 |
| HSL | 52º | 0.85% | 0.51% | - |
| HSV(B) | 52º | 0.89% | 0.93% | - |
| XYZ | 57.33 | 63.02 | 10.12 | - |
| YUV | 195.62 | 32.28 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 26 | 0 | 0.12 | 0.89 | 0.07 | 52 | 0.85 | 0.51 |
| Hex | EC | D0 | 1A | 0 | C | 59 | 7 | 34 | 55 | 33 |
| Octal | 354 | 320 | 32 | 0 | 14 | 131 | 7 | 64 | 125 | 63 |
| Binary | 11101100 | 11010000 | 11010 | 0 | 1100 | 1011001 | 111 | 110100 | 1010101 | 110011 |
Color Harmonies of #ECD01A
Complementary color
Monochromatic Colors of #ECD01A
Black with #ECD01A
Text Example
Text Example
White with #ECD01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD01A; }
p { color: rgb(236,208,26); }
H1.HeaderClassName
{
color: #ECD01A;
}
.AnyTagClassName
{
color: #ECD01A;
}
</style>
background-color css
<style>
a { background-color: #ECD01A; }
a { background-color: rgb(236,208,26); }
div.DivClassName
{
background-color: #ECD01A;
}
.BgClassName
{
background-color: #ECD01A;
}
</style>
border-color css
<style>
span { border-color: #ECD01A; }
span { border-color: rgb(236,208,26); }
td.TdClassName
{
border-color: #ECD01A;
}
.TagClassName
{
border-color: #ECD01A;
}
</style>