Shades of Broom #E2D521
Tints of Broom #E2D521
RGB
CMYK
RGB Variations
Color information
#E2D521 (or 0xE2D521) is known color: Broom. HEX triplet: E2, D5 and 21. RGB value is (226,213,33). Sum of RGB (Red+Green+Blue) = 226+213+33=472 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.88% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 33 (13.28% from 255 or 6.99% from 472); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D521 is #1D2ADE. Grayscale: #C5C5C5. Windows color (decimal): -1911519 or 2217442. OLE color: 2217442.
HSL color Cylindrical-coordinate representation of color #E2D521: hue angle of 55.96º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E2D521 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 213 | 33 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.11 |
| HSL | 55.96º | 0.77% | 0.51% | - |
| HSV(B) | 55.96º | 0.85% | 0.89% | - |
| XYZ | 55.43 | 63.87 | 10.84 | - |
| YUV | 196.37 | 35.81 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 213 | 33 | 0 | 0.06 | 0.85 | 0.11 | 55.96 | 0.77 | 0.51 |
| Hex | E2 | D5 | 21 | 0 | 6 | 55 | B | 38 | 4D | 33 |
| Octal | 342 | 325 | 41 | 0 | 6 | 125 | 13 | 70 | 115 | 63 |
| Binary | 11100010 | 11010101 | 100001 | 0 | 110 | 1010101 | 1011 | 111000 | 1001101 | 110011 |
Color Harmonies of #E2D521
Complementary color
Monochromatic Colors of #E2D521
Black with #E2D521
Text Example
Text Example
White with #E2D521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D521; }
p { color: rgb(226,213,33); }
H1.HeaderClassName
{
color: #E2D521;
}
.AnyTagClassName
{
color: #E2D521;
}
</style>
background-color css
<style>
a { background-color: #E2D521; }
a { background-color: rgb(226,213,33); }
div.DivClassName
{
background-color: #E2D521;
}
.BgClassName
{
background-color: #E2D521;
}
</style>
border-color css
<style>
span { border-color: #E2D521; }
span { border-color: rgb(226,213,33); }
td.TdClassName
{
border-color: #E2D521;
}
.TagClassName
{
border-color: #E2D521;
}
</style>