Shades of Broom #ECDB19
Tints of Broom #ECDB19
RGB
CMYK
RGB Variations
Color information
#ECDB19 (or 0xECDB19) is known color: Broom. HEX triplet: EC, DB and 19. RGB value is (236,219,25). Sum of RGB (Red+Green+Blue) = 236+219+25=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 25 (10.16% from 255 or 5.21% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDB19 is #1324E6. Grayscale: #CACACA. Windows color (decimal): -1254631 or 1694700. OLE color: 1694700.
HSL color Cylindrical-coordinate representation of color #ECDB19: hue angle of 55.17º 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 #ECDB19 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 25 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.07 |
| HSL | 55.17º | 0.85% | 0.51% | - |
| HSV(B) | 55.17º | 0.89% | 0.93% | - |
| XYZ | 60.1 | 68.57 | 10.99 | - |
| YUV | 201.97 | 28.13 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 25 | 0 | 0.07 | 0.89 | 0.07 | 55.17 | 0.85 | 0.51 |
| Hex | EC | DB | 19 | 0 | 7 | 59 | 7 | 37 | 55 | 33 |
| Octal | 354 | 333 | 31 | 0 | 7 | 131 | 7 | 67 | 125 | 63 |
| Binary | 11101100 | 11011011 | 11001 | 0 | 111 | 1011001 | 111 | 110111 | 1010101 | 110011 |
Color Harmonies of #ECDB19
Complementary color
Monochromatic Colors of #ECDB19
Black with #ECDB19
Text Example
Text Example
White with #ECDB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB19; }
p { color: rgb(236,219,25); }
H1.HeaderClassName
{
color: #ECDB19;
}
.AnyTagClassName
{
color: #ECDB19;
}
</style>
background-color css
<style>
a { background-color: #ECDB19; }
a { background-color: rgb(236,219,25); }
div.DivClassName
{
background-color: #ECDB19;
}
.BgClassName
{
background-color: #ECDB19;
}
</style>
border-color css
<style>
span { border-color: #ECDB19; }
span { border-color: rgb(236,219,25); }
td.TdClassName
{
border-color: #ECDB19;
}
.TagClassName
{
border-color: #ECDB19;
}
</style>