Shades of Broom #ECDA1C
Tints of Broom #ECDA1C
RGB
CMYK
RGB Variations
Color information
#ECDA1C (or 0xECDA1C) is known color: Broom. HEX triplet: EC, DA and 1C. RGB value is (236,218,28). Sum of RGB (Red+Green+Blue) = 236+218+28=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 28 (11.33% from 255 or 5.81% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDA1C is #1325E3. Grayscale: #CACACA. Windows color (decimal): -1254884 or 1891052. OLE color: 1891052.
HSL color Cylindrical-coordinate representation of color #ECDA1C: hue angle of 54.81º 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 #ECDA1C is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 28 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.07 |
| HSL | 54.81º | 0.85% | 0.52% | - |
| HSV(B) | 54.81º | 0.88% | 0.93% | - |
| XYZ | 59.87 | 68.06 | 11.08 | - |
| YUV | 201.72 | 29.96 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 28 | 0 | 0.08 | 0.88 | 0.07 | 54.81 | 0.85 | 0.52 |
| Hex | EC | DA | 1C | 0 | 8 | 58 | 7 | 37 | 55 | 34 |
| Octal | 354 | 332 | 34 | 0 | 10 | 130 | 7 | 67 | 125 | 64 |
| Binary | 11101100 | 11011010 | 11100 | 0 | 1000 | 1011000 | 111 | 110111 | 1010101 | 110100 |
Color Harmonies of #ECDA1C
Complementary color
Monochromatic Colors of #ECDA1C
Black with #ECDA1C
Text Example
Text Example
White with #ECDA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA1C; }
p { color: rgb(236,218,28); }
H1.HeaderClassName
{
color: #ECDA1C;
}
.AnyTagClassName
{
color: #ECDA1C;
}
</style>
background-color css
<style>
a { background-color: #ECDA1C; }
a { background-color: rgb(236,218,28); }
div.DivClassName
{
background-color: #ECDA1C;
}
.BgClassName
{
background-color: #ECDA1C;
}
</style>
border-color css
<style>
span { border-color: #ECDA1C; }
span { border-color: rgb(236,218,28); }
td.TdClassName
{
border-color: #ECDA1C;
}
.TagClassName
{
border-color: #ECDA1C;
}
</style>