Shades of Broom #ECDA19
Tints of Broom #ECDA19
RGB
CMYK
RGB Variations
Color information
#ECDA19 (or 0xECDA19) is known color: Broom. HEX triplet: EC, DA and 19. RGB value is (236,218,25). Sum of RGB (Red+Green+Blue) = 236+218+25=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 25 (10.16% from 255 or 5.22% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDA19 is #1325E6. Grayscale: #CACACA. Windows color (decimal): -1254887 or 1694444. OLE color: 1694444.
HSL color Cylindrical-coordinate representation of color #ECDA19: hue angle of 54.88º 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 #ECDA19 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 25 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.07 |
| HSL | 54.88º | 0.85% | 0.51% | - |
| HSV(B) | 54.88º | 0.89% | 0.93% | - |
| XYZ | 59.84 | 68.05 | 10.9 | - |
| YUV | 201.38 | 28.46 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 25 | 0 | 0.08 | 0.89 | 0.07 | 54.88 | 0.85 | 0.51 |
| Hex | EC | DA | 19 | 0 | 8 | 59 | 7 | 37 | 55 | 33 |
| Octal | 354 | 332 | 31 | 0 | 10 | 131 | 7 | 67 | 125 | 63 |
| Binary | 11101100 | 11011010 | 11001 | 0 | 1000 | 1011001 | 111 | 110111 | 1010101 | 110011 |
Color Harmonies of #ECDA19
Complementary color
Monochromatic Colors of #ECDA19
Black with #ECDA19
Text Example
Text Example
White with #ECDA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA19; }
p { color: rgb(236,218,25); }
H1.HeaderClassName
{
color: #ECDA19;
}
.AnyTagClassName
{
color: #ECDA19;
}
</style>
background-color css
<style>
a { background-color: #ECDA19; }
a { background-color: rgb(236,218,25); }
div.DivClassName
{
background-color: #ECDA19;
}
.BgClassName
{
background-color: #ECDA19;
}
</style>
border-color css
<style>
span { border-color: #ECDA19; }
span { border-color: rgb(236,218,25); }
td.TdClassName
{
border-color: #ECDA19;
}
.TagClassName
{
border-color: #ECDA19;
}
</style>