Shades of Broom #ECD419
Tints of Broom #ECD419
RGB
CMYK
RGB Variations
Color information
#ECD419 (or 0xECD419) is known color: Broom. HEX triplet: EC, D4 and 19. RGB value is (236,212,25). Sum of RGB (Red+Green+Blue) = 236+212+25=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 25 (10.16% from 255 or 5.29% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD419 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD419 is #132BE6. Grayscale: #C6C6C6. Windows color (decimal): -1256423 or 1692908. OLE color: 1692908.
HSL color Cylindrical-coordinate representation of color #ECD419: hue angle of 53.18º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ECD419 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 25 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.07 |
| HSL | 53.18º | 0.85% | 0.51% | - |
| HSV(B) | 53.18º | 0.89% | 0.93% | - |
| XYZ | 58.31 | 64.99 | 10.39 | - |
| YUV | 197.86 | 30.45 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 25 | 0 | 0.10 | 0.89 | 0.07 | 53.18 | 0.85 | 0.51 |
| Hex | EC | D4 | 19 | 0 | A | 59 | 7 | 35 | 55 | 33 |
| Octal | 354 | 324 | 31 | 0 | 12 | 131 | 7 | 65 | 125 | 63 |
| Binary | 11101100 | 11010100 | 11001 | 0 | 1010 | 1011001 | 111 | 110101 | 1010101 | 110011 |
Color Harmonies of #ECD419
Complementary color
Monochromatic Colors of #ECD419
Black with #ECD419
Text Example
Text Example
White with #ECD419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD419; }
p { color: rgb(236,212,25); }
H1.HeaderClassName
{
color: #ECD419;
}
.AnyTagClassName
{
color: #ECD419;
}
</style>
background-color css
<style>
a { background-color: #ECD419; }
a { background-color: rgb(236,212,25); }
div.DivClassName
{
background-color: #ECD419;
}
.BgClassName
{
background-color: #ECD419;
}
</style>
border-color css
<style>
span { border-color: #ECD419; }
span { border-color: rgb(236,212,25); }
td.TdClassName
{
border-color: #ECD419;
}
.TagClassName
{
border-color: #ECD419;
}
</style>