Shades of Broom #ECD01B
Tints of Broom #ECD01B
RGB
CMYK
RGB Variations
Color information
#ECD01B (or 0xECD01B) is known color: Broom. HEX triplet: EC, D0 and 1B. RGB value is (236,208,27). Sum of RGB (Red+Green+Blue) = 236+208+27=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 27 (10.94% from 255 or 5.73% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD01B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD01B is #132FE4. Grayscale: #C4C4C4. Windows color (decimal): -1257445 or 1822956. OLE color: 1822956.
HSL color Cylindrical-coordinate representation of color #ECD01B: hue angle of 51.96º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ECD01B is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 27 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.07 |
| HSL | 51.96º | 0.85% | 0.52% | - |
| HSV(B) | 51.96º | 0.89% | 0.93% | - |
| XYZ | 57.35 | 63.02 | 10.18 | - |
| YUV | 195.74 | 32.78 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 27 | 0 | 0.12 | 0.89 | 0.07 | 51.96 | 0.85 | 0.52 |
| Hex | EC | D0 | 1B | 0 | C | 59 | 7 | 34 | 55 | 34 |
| Octal | 354 | 320 | 33 | 0 | 14 | 131 | 7 | 64 | 125 | 64 |
| Binary | 11101100 | 11010000 | 11011 | 0 | 1100 | 1011001 | 111 | 110100 | 1010101 | 110100 |
Color Harmonies of #ECD01B
Complementary color
Monochromatic Colors of #ECD01B
Black with #ECD01B
Text Example
Text Example
White with #ECD01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD01B; }
p { color: rgb(236,208,27); }
H1.HeaderClassName
{
color: #ECD01B;
}
.AnyTagClassName
{
color: #ECD01B;
}
</style>
background-color css
<style>
a { background-color: #ECD01B; }
a { background-color: rgb(236,208,27); }
div.DivClassName
{
background-color: #ECD01B;
}
.BgClassName
{
background-color: #ECD01B;
}
</style>
border-color css
<style>
span { border-color: #ECD01B; }
span { border-color: rgb(236,208,27); }
td.TdClassName
{
border-color: #ECD01B;
}
.TagClassName
{
border-color: #ECD01B;
}
</style>