Shades of Broom #ECD525
Tints of Broom #ECD525
RGB
CMYK
RGB Variations
Color information
#ECD525 (or 0xECD525) is known color: Broom. HEX triplet: EC, D5 and 25. RGB value is (236,213,37). Sum of RGB (Red+Green+Blue) = 236+213+37=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 37 (14.84% from 255 or 7.61% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD525 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD525 is #132ADA. Grayscale: #C8C8C8. Windows color (decimal): -1256155 or 2479596. OLE color: 2479596.
HSL color Cylindrical-coordinate representation of color #ECD525: hue angle of 53.07º 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 #ECD525 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 37 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.07 |
| HSL | 53.07º | 0.84% | 0.54% | - |
| HSV(B) | 53.07º | 0.84% | 0.93% | - |
| XYZ | 58.72 | 65.55 | 11.31 | - |
| YUV | 199.81 | 36.12 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 37 | 0 | 0.10 | 0.84 | 0.07 | 53.07 | 0.84 | 0.54 |
| Hex | EC | D5 | 25 | 0 | A | 54 | 7 | 35 | 54 | 36 |
| Octal | 354 | 325 | 45 | 0 | 12 | 124 | 7 | 65 | 124 | 66 |
| Binary | 11101100 | 11010101 | 100101 | 0 | 1010 | 1010100 | 111 | 110101 | 1010100 | 110110 |
Color Harmonies of #ECD525
Complementary color
Monochromatic Colors of #ECD525
Black with #ECD525
Text Example
Text Example
White with #ECD525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD525; }
p { color: rgb(236,213,37); }
H1.HeaderClassName
{
color: #ECD525;
}
.AnyTagClassName
{
color: #ECD525;
}
</style>
background-color css
<style>
a { background-color: #ECD525; }
a { background-color: rgb(236,213,37); }
div.DivClassName
{
background-color: #ECD525;
}
.BgClassName
{
background-color: #ECD525;
}
</style>
border-color css
<style>
span { border-color: #ECD525; }
span { border-color: rgb(236,213,37); }
td.TdClassName
{
border-color: #ECD525;
}
.TagClassName
{
border-color: #ECD525;
}
</style>