Shades of Broom #E2D525
Tints of Broom #E2D525
RGB
CMYK
RGB Variations
Color information
#E2D525 (or 0xE2D525) is known color: Broom. HEX triplet: E2, D5 and 25. RGB value is (226,213,37). Sum of RGB (Red+Green+Blue) = 226+213+37=476 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.48% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 37 (14.84% from 255 or 7.77% from 476); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D525 is #1D2ADA. Grayscale: #C5C5C5. Windows color (decimal): -1911515 or 2479586. OLE color: 2479586.
HSL color Cylindrical-coordinate representation of color #E2D525: hue angle of 55.87º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E2D525 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 213 | 37 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.11 |
| HSL | 55.87º | 0.77% | 0.52% | - |
| HSV(B) | 55.87º | 0.84% | 0.89% | - |
| XYZ | 55.49 | 63.89 | 11.16 | - |
| YUV | 196.82 | 37.81 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 213 | 37 | 0 | 0.06 | 0.84 | 0.11 | 55.87 | 0.77 | 0.52 |
| Hex | E2 | D5 | 25 | 0 | 6 | 54 | B | 38 | 4D | 34 |
| Octal | 342 | 325 | 45 | 0 | 6 | 124 | 13 | 70 | 115 | 64 |
| Binary | 11100010 | 11010101 | 100101 | 0 | 110 | 1010100 | 1011 | 111000 | 1001101 | 110100 |
Color Harmonies of #E2D525
Complementary color
Monochromatic Colors of #E2D525
Black with #E2D525
Text Example
Text Example
White with #E2D525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D525; }
p { color: rgb(226,213,37); }
H1.HeaderClassName
{
color: #E2D525;
}
.AnyTagClassName
{
color: #E2D525;
}
</style>
background-color css
<style>
a { background-color: #E2D525; }
a { background-color: rgb(226,213,37); }
div.DivClassName
{
background-color: #E2D525;
}
.BgClassName
{
background-color: #E2D525;
}
</style>
border-color css
<style>
span { border-color: #E2D525; }
span { border-color: rgb(226,213,37); }
td.TdClassName
{
border-color: #E2D525;
}
.TagClassName
{
border-color: #E2D525;
}
</style>