Shades of Broom #ECDA1B
Tints of Broom #ECDA1B
RGB
CMYK
RGB Variations
Color information
#ECDA1B (or 0xECDA1B) is known color: Broom. HEX triplet: EC, DA and 1B. RGB value is (236,218,27). Sum of RGB (Red+Green+Blue) = 236+218+27=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 27 (10.94% from 255 or 5.61% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDA1B is #1325E4. Grayscale: #CACACA. Windows color (decimal): -1254885 or 1825516. OLE color: 1825516.
HSL color Cylindrical-coordinate representation of color #ECDA1B: hue angle of 54.83º 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 #ECDA1B is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 27 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.07 |
| HSL | 54.83º | 0.85% | 0.52% | - |
| HSV(B) | 54.83º | 0.89% | 0.93% | - |
| XYZ | 59.86 | 68.05 | 11.02 | - |
| YUV | 201.61 | 29.46 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 27 | 0 | 0.08 | 0.89 | 0.07 | 54.83 | 0.85 | 0.52 |
| Hex | EC | DA | 1B | 0 | 8 | 59 | 7 | 37 | 55 | 34 |
| Octal | 354 | 332 | 33 | 0 | 10 | 131 | 7 | 67 | 125 | 64 |
| Binary | 11101100 | 11011010 | 11011 | 0 | 1000 | 1011001 | 111 | 110111 | 1010101 | 110100 |
Color Harmonies of #ECDA1B
Complementary color
Monochromatic Colors of #ECDA1B
Black with #ECDA1B
Text Example
Text Example
White with #ECDA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA1B; }
p { color: rgb(236,218,27); }
H1.HeaderClassName
{
color: #ECDA1B;
}
.AnyTagClassName
{
color: #ECDA1B;
}
</style>
background-color css
<style>
a { background-color: #ECDA1B; }
a { background-color: rgb(236,218,27); }
div.DivClassName
{
background-color: #ECDA1B;
}
.BgClassName
{
background-color: #ECDA1B;
}
</style>
border-color css
<style>
span { border-color: #ECDA1B; }
span { border-color: rgb(236,218,27); }
td.TdClassName
{
border-color: #ECDA1B;
}
.TagClassName
{
border-color: #ECDA1B;
}
</style>