Shades of Broom #ECD128
Tints of Broom #ECD128
RGB
CMYK
RGB Variations
Color information
#ECD128 (or 0xECD128) is known color: Broom. HEX triplet: EC, D1 and 28. RGB value is (236,209,40). Sum of RGB (Red+Green+Blue) = 236+209+40=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 40 (16.02% from 255 or 8.25% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD128 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD128 is #132ED7. Grayscale: #C6C6C6. Windows color (decimal): -1257176 or 2675180. OLE color: 2675180.
HSL color Cylindrical-coordinate representation of color #ECD128: hue angle of 51.73º 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 #ECD128 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 209 | 40 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.07 |
| HSL | 51.73º | 0.84% | 0.54% | - |
| HSV(B) | 51.73º | 0.83% | 0.93% | - |
| XYZ | 57.78 | 63.59 | 11.24 | - |
| YUV | 197.81 | 38.95 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 209 | 40 | 0 | 0.11 | 0.83 | 0.07 | 51.73 | 0.84 | 0.54 |
| Hex | EC | D1 | 28 | 0 | B | 53 | 7 | 34 | 54 | 36 |
| Octal | 354 | 321 | 50 | 0 | 13 | 123 | 7 | 64 | 124 | 66 |
| Binary | 11101100 | 11010001 | 101000 | 0 | 1011 | 1010011 | 111 | 110100 | 1010100 | 110110 |
Color Harmonies of #ECD128
Complementary color
Monochromatic Colors of #ECD128
Black with #ECD128
Text Example
Text Example
White with #ECD128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD128; }
p { color: rgb(236,209,40); }
H1.HeaderClassName
{
color: #ECD128;
}
.AnyTagClassName
{
color: #ECD128;
}
</style>
background-color css
<style>
a { background-color: #ECD128; }
a { background-color: rgb(236,209,40); }
div.DivClassName
{
background-color: #ECD128;
}
.BgClassName
{
background-color: #ECD128;
}
</style>
border-color css
<style>
span { border-color: #ECD128; }
span { border-color: rgb(236,209,40); }
td.TdClassName
{
border-color: #ECD128;
}
.TagClassName
{
border-color: #ECD128;
}
</style>