Shades of Broom #ECCF20
Tints of Broom #ECCF20
RGB
CMYK
RGB Variations
Color information
#ECCF20 (or 0xECCF20) is known color: Broom. HEX triplet: EC, CF and 20. RGB value is (236,207,32). Sum of RGB (Red+Green+Blue) = 236+207+32=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 32 (12.89% from 255 or 6.74% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCF20 is #1330DF. Grayscale: #C4C4C4. Windows color (decimal): -1257696 or 2150380. OLE color: 2150380.
HSL color Cylindrical-coordinate representation of color #ECCF20: hue angle of 51.47º 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 #ECCF20 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 32 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.07 |
| HSL | 51.47º | 0.84% | 0.53% | - |
| HSV(B) | 51.47º | 0.86% | 0.93% | - |
| XYZ | 57.17 | 62.56 | 10.43 | - |
| YUV | 195.72 | 35.61 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 32 | 0 | 0.12 | 0.86 | 0.07 | 51.47 | 0.84 | 0.53 |
| Hex | EC | CF | 20 | 0 | C | 56 | 7 | 33 | 54 | 35 |
| Octal | 354 | 317 | 40 | 0 | 14 | 126 | 7 | 63 | 124 | 65 |
| Binary | 11101100 | 11001111 | 100000 | 0 | 1100 | 1010110 | 111 | 110011 | 1010100 | 110101 |
Color Harmonies of #ECCF20
Complementary color
Monochromatic Colors of #ECCF20
Black with #ECCF20
Text Example
Text Example
White with #ECCF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCF20; }
p { color: rgb(236,207,32); }
H1.HeaderClassName
{
color: #ECCF20;
}
.AnyTagClassName
{
color: #ECCF20;
}
</style>
background-color css
<style>
a { background-color: #ECCF20; }
a { background-color: rgb(236,207,32); }
div.DivClassName
{
background-color: #ECCF20;
}
.BgClassName
{
background-color: #ECCF20;
}
</style>
border-color css
<style>
span { border-color: #ECCF20; }
span { border-color: rgb(236,207,32); }
td.TdClassName
{
border-color: #ECCF20;
}
.TagClassName
{
border-color: #ECCF20;
}
</style>