Shades of Broom #ECC820
Tints of Broom #ECC820
RGB
CMYK
RGB Variations
Color information
#ECC820 (or 0xECC820) is known color: Broom. HEX triplet: EC, C8 and 20. RGB value is (236,200,32). Sum of RGB (Red+Green+Blue) = 236+200+32=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 32 (12.89% from 255 or 6.84% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC820 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC820 is #1337DF. Grayscale: #C0C0C0. Windows color (decimal): -1259488 or 2148588. OLE color: 2148588.
HSL color Cylindrical-coordinate representation of color #ECC820: hue angle of 49.41º 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 #ECC820 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 32 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.07 |
| HSL | 49.41º | 0.84% | 0.53% | - |
| HSV(B) | 49.41º | 0.86% | 0.93% | - |
| XYZ | 55.51 | 59.25 | 9.88 | - |
| YUV | 191.61 | 37.93 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 32 | 0 | 0.15 | 0.86 | 0.07 | 49.41 | 0.84 | 0.53 |
| Hex | EC | C8 | 20 | 0 | F | 56 | 7 | 31 | 54 | 35 |
| Octal | 354 | 310 | 40 | 0 | 17 | 126 | 7 | 61 | 124 | 65 |
| Binary | 11101100 | 11001000 | 100000 | 0 | 1111 | 1010110 | 111 | 110001 | 1010100 | 110101 |
Color Harmonies of #ECC820
Complementary color
Monochromatic Colors of #ECC820
Black with #ECC820
Text Example
Text Example
White with #ECC820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC820; }
p { color: rgb(236,200,32); }
H1.HeaderClassName
{
color: #ECC820;
}
.AnyTagClassName
{
color: #ECC820;
}
</style>
background-color css
<style>
a { background-color: #ECC820; }
a { background-color: rgb(236,200,32); }
div.DivClassName
{
background-color: #ECC820;
}
.BgClassName
{
background-color: #ECC820;
}
</style>
border-color css
<style>
span { border-color: #ECC820; }
span { border-color: rgb(236,200,32); }
td.TdClassName
{
border-color: #ECC820;
}
.TagClassName
{
border-color: #ECC820;
}
</style>