Shades of Broom #E5D521
Tints of Broom #E5D521
RGB
CMYK
RGB Variations
Color information
#E5D521 (or 0xE5D521) is known color: Broom. HEX triplet: E5, D5 and 21. RGB value is (229,213,33). Sum of RGB (Red+Green+Blue) = 229+213+33=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 33 (13.28% from 255 or 6.95% from 475); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D521 is #1A2ADE. Grayscale: #C6C6C6. Windows color (decimal): -1714911 or 2217445. OLE color: 2217445.
HSL color Cylindrical-coordinate representation of color #E5D521: hue angle of 55.1º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5D521 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 213 | 33 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.10 |
| HSL | 55.1º | 0.79% | 0.51% | - |
| HSV(B) | 55.1º | 0.86% | 0.9% | - |
| XYZ | 56.38 | 64.36 | 10.89 | - |
| YUV | 197.26 | 35.3 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 213 | 33 | 0 | 0.07 | 0.86 | 0.10 | 55.1 | 0.79 | 0.51 |
| Hex | E5 | D5 | 21 | 0 | 7 | 56 | A | 37 | 4F | 33 |
| Octal | 345 | 325 | 41 | 0 | 7 | 126 | 12 | 67 | 117 | 63 |
| Binary | 11100101 | 11010101 | 100001 | 0 | 111 | 1010110 | 1010 | 110111 | 1001111 | 110011 |
Color Harmonies of #E5D521
Complementary color
Monochromatic Colors of #E5D521
Black with #E5D521
Text Example
Text Example
White with #E5D521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D521; }
p { color: rgb(229,213,33); }
H1.HeaderClassName
{
color: #E5D521;
}
.AnyTagClassName
{
color: #E5D521;
}
</style>
background-color css
<style>
a { background-color: #E5D521; }
a { background-color: rgb(229,213,33); }
div.DivClassName
{
background-color: #E5D521;
}
.BgClassName
{
background-color: #E5D521;
}
</style>
border-color css
<style>
span { border-color: #E5D521; }
span { border-color: rgb(229,213,33); }
td.TdClassName
{
border-color: #E5D521;
}
.TagClassName
{
border-color: #E5D521;
}
</style>