Shades of Broom #ECCD20
Tints of Broom #ECCD20
RGB
CMYK
RGB Variations
Color information
#ECCD20 (or 0xECCD20) is known color: Broom. HEX triplet: EC, CD and 20. RGB value is (236,205,32). Sum of RGB (Red+Green+Blue) = 236+205+32=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 32 (12.89% from 255 or 6.77% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCD20 is #1332DF. Grayscale: #C3C3C3. Windows color (decimal): -1258208 or 2149868. OLE color: 2149868.
HSL color Cylindrical-coordinate representation of color #ECCD20: hue angle of 50.88º 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 #ECCD20 is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 32 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.07 |
| HSL | 50.88º | 0.84% | 0.53% | - |
| HSV(B) | 50.88º | 0.86% | 0.93% | - |
| XYZ | 56.68 | 61.6 | 10.27 | - |
| YUV | 194.55 | 36.27 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 32 | 0 | 0.13 | 0.86 | 0.07 | 50.88 | 0.84 | 0.53 |
| Hex | EC | CD | 20 | 0 | D | 56 | 7 | 33 | 54 | 35 |
| Octal | 354 | 315 | 40 | 0 | 15 | 126 | 7 | 63 | 124 | 65 |
| Binary | 11101100 | 11001101 | 100000 | 0 | 1101 | 1010110 | 111 | 110011 | 1010100 | 110101 |
Color Harmonies of #ECCD20
Complementary color
Monochromatic Colors of #ECCD20
Black with #ECCD20
Text Example
Text Example
White with #ECCD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCD20; }
p { color: rgb(236,205,32); }
H1.HeaderClassName
{
color: #ECCD20;
}
.AnyTagClassName
{
color: #ECCD20;
}
</style>
background-color css
<style>
a { background-color: #ECCD20; }
a { background-color: rgb(236,205,32); }
div.DivClassName
{
background-color: #ECCD20;
}
.BgClassName
{
background-color: #ECCD20;
}
</style>
border-color css
<style>
span { border-color: #ECCD20; }
span { border-color: rgb(236,205,32); }
td.TdClassName
{
border-color: #ECCD20;
}
.TagClassName
{
border-color: #ECCD20;
}
</style>