Shades of Broom #ECD029
Tints of Broom #ECD029
RGB
CMYK
RGB Variations
Color information
#ECD029 (or 0xECD029) is known color: Broom. HEX triplet: EC, D0 and 29. RGB value is (236,208,41). Sum of RGB (Red+Green+Blue) = 236+208+41=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 41 (16.41% from 255 or 8.45% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD029 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD029 is #132FD6. Grayscale: #C6C6C6. Windows color (decimal): -1257431 or 2740460. OLE color: 2740460.
HSL color Cylindrical-coordinate representation of color #ECD029: hue angle of 51.38º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECD029 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 41 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.07 |
| HSL | 51.38º | 0.84% | 0.54% | - |
| HSV(B) | 51.38º | 0.83% | 0.93% | - |
| XYZ | 57.55 | 63.1 | 11.25 | - |
| YUV | 197.33 | 39.78 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 41 | 0 | 0.12 | 0.83 | 0.07 | 51.38 | 0.84 | 0.54 |
| Hex | EC | D0 | 29 | 0 | C | 53 | 7 | 33 | 54 | 36 |
| Octal | 354 | 320 | 51 | 0 | 14 | 123 | 7 | 63 | 124 | 66 |
| Binary | 11101100 | 11010000 | 101001 | 0 | 1100 | 1010011 | 111 | 110011 | 1010100 | 110110 |
Color Harmonies of #ECD029
Complementary color
Monochromatic Colors of #ECD029
Black with #ECD029
Text Example
Text Example
White with #ECD029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD029; }
p { color: rgb(236,208,41); }
H1.HeaderClassName
{
color: #ECD029;
}
.AnyTagClassName
{
color: #ECD029;
}
</style>
background-color css
<style>
a { background-color: #ECD029; }
a { background-color: rgb(236,208,41); }
div.DivClassName
{
background-color: #ECD029;
}
.BgClassName
{
background-color: #ECD029;
}
</style>
border-color css
<style>
span { border-color: #ECD029; }
span { border-color: rgb(236,208,41); }
td.TdClassName
{
border-color: #ECD029;
}
.TagClassName
{
border-color: #ECD029;
}
</style>