Shades of Broom #ECD125
Tints of Broom #ECD125
RGB
CMYK
RGB Variations
Color information
#ECD125 (or 0xECD125) is known color: Broom. HEX triplet: EC, D1 and 25. RGB value is (236,209,37). Sum of RGB (Red+Green+Blue) = 236+209+37=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 37 (14.84% from 255 or 7.68% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD125 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD125 is #132EDA. Grayscale: #C6C6C6. Windows color (decimal): -1257179 or 2478572. OLE color: 2478572.
HSL color Cylindrical-coordinate representation of color #ECD125: hue angle of 51.86º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ECD125 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 209 | 37 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.07 |
| HSL | 51.86º | 0.84% | 0.54% | - |
| HSV(B) | 51.86º | 0.84% | 0.93% | - |
| XYZ | 57.73 | 63.57 | 10.98 | - |
| YUV | 197.47 | 37.45 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 209 | 37 | 0 | 0.11 | 0.84 | 0.07 | 51.86 | 0.84 | 0.54 |
| Hex | EC | D1 | 25 | 0 | B | 54 | 7 | 34 | 54 | 36 |
| Octal | 354 | 321 | 45 | 0 | 13 | 124 | 7 | 64 | 124 | 66 |
| Binary | 11101100 | 11010001 | 100101 | 0 | 1011 | 1010100 | 111 | 110100 | 1010100 | 110110 |
Color Harmonies of #ECD125
Complementary color
Monochromatic Colors of #ECD125
Black with #ECD125
Text Example
Text Example
White with #ECD125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD125; }
p { color: rgb(236,209,37); }
H1.HeaderClassName
{
color: #ECD125;
}
.AnyTagClassName
{
color: #ECD125;
}
</style>
background-color css
<style>
a { background-color: #ECD125; }
a { background-color: rgb(236,209,37); }
div.DivClassName
{
background-color: #ECD125;
}
.BgClassName
{
background-color: #ECD125;
}
</style>
border-color css
<style>
span { border-color: #ECD125; }
span { border-color: rgb(236,209,37); }
td.TdClassName
{
border-color: #ECD125;
}
.TagClassName
{
border-color: #ECD125;
}
</style>