Shades of Broom #ECD21C
Tints of Broom #ECD21C
RGB
CMYK
RGB Variations
Color information
#ECD21C (or 0xECD21C) is known color: Broom. HEX triplet: EC, D2 and 1C. RGB value is (236,210,28). Sum of RGB (Red+Green+Blue) = 236+210+28=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 28 (11.33% from 255 or 5.91% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD21C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD21C is #132DE3. Grayscale: #C5C5C5. Windows color (decimal): -1256932 or 1889004. OLE color: 1889004.
HSL color Cylindrical-coordinate representation of color #ECD21C: hue angle of 52.5º 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 #ECD21C is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 28 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.07 |
| HSL | 52.5º | 0.85% | 0.52% | - |
| HSV(B) | 52.5º | 0.88% | 0.93% | - |
| XYZ | 57.85 | 64.01 | 10.4 | - |
| YUV | 197.03 | 32.61 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 28 | 0 | 0.11 | 0.88 | 0.07 | 52.5 | 0.85 | 0.52 |
| Hex | EC | D2 | 1C | 0 | B | 58 | 7 | 34 | 55 | 34 |
| Octal | 354 | 322 | 34 | 0 | 13 | 130 | 7 | 64 | 125 | 64 |
| Binary | 11101100 | 11010010 | 11100 | 0 | 1011 | 1011000 | 111 | 110100 | 1010101 | 110100 |
Color Harmonies of #ECD21C
Complementary color
Monochromatic Colors of #ECD21C
Black with #ECD21C
Text Example
Text Example
White with #ECD21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD21C; }
p { color: rgb(236,210,28); }
H1.HeaderClassName
{
color: #ECD21C;
}
.AnyTagClassName
{
color: #ECD21C;
}
</style>
background-color css
<style>
a { background-color: #ECD21C; }
a { background-color: rgb(236,210,28); }
div.DivClassName
{
background-color: #ECD21C;
}
.BgClassName
{
background-color: #ECD21C;
}
</style>
border-color css
<style>
span { border-color: #ECD21C; }
span { border-color: rgb(236,210,28); }
td.TdClassName
{
border-color: #ECD21C;
}
.TagClassName
{
border-color: #ECD21C;
}
</style>