Shades of Broom #ECD220
Tints of Broom #ECD220
RGB
CMYK
RGB Variations
Color information
#ECD220 (or 0xECD220) is known color: Broom. HEX triplet: EC, D2 and 20. RGB value is (236,210,32). Sum of RGB (Red+Green+Blue) = 236+210+32=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 32 (12.89% from 255 or 6.69% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD220 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD220 is #132DDF. Grayscale: #C6C6C6. Windows color (decimal): -1256928 or 2151148. OLE color: 2151148.
HSL color Cylindrical-coordinate representation of color #ECD220: hue angle of 52.35º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ECD220 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 32 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.07 |
| HSL | 52.35º | 0.84% | 0.53% | - |
| HSV(B) | 52.35º | 0.86% | 0.93% | - |
| XYZ | 57.9 | 64.03 | 10.67 | - |
| YUV | 197.48 | 34.61 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 32 | 0 | 0.11 | 0.86 | 0.07 | 52.35 | 0.84 | 0.53 |
| Hex | EC | D2 | 20 | 0 | B | 56 | 7 | 34 | 54 | 35 |
| Octal | 354 | 322 | 40 | 0 | 13 | 126 | 7 | 64 | 124 | 65 |
| Binary | 11101100 | 11010010 | 100000 | 0 | 1011 | 1010110 | 111 | 110100 | 1010100 | 110101 |
Color Harmonies of #ECD220
Complementary color
Monochromatic Colors of #ECD220
Black with #ECD220
Text Example
Text Example
White with #ECD220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD220; }
p { color: rgb(236,210,32); }
H1.HeaderClassName
{
color: #ECD220;
}
.AnyTagClassName
{
color: #ECD220;
}
</style>
background-color css
<style>
a { background-color: #ECD220; }
a { background-color: rgb(236,210,32); }
div.DivClassName
{
background-color: #ECD220;
}
.BgClassName
{
background-color: #ECD220;
}
</style>
border-color css
<style>
span { border-color: #ECD220; }
span { border-color: rgb(236,210,32); }
td.TdClassName
{
border-color: #ECD220;
}
.TagClassName
{
border-color: #ECD220;
}
</style>