Shades of Broom #E5D820
Tints of Broom #E5D820
RGB
CMYK
RGB Variations
Color information
#E5D820 (or 0xE5D820) is known color: Broom. HEX triplet: E5, D8 and 20. RGB value is (229,216,32). Sum of RGB (Red+Green+Blue) = 229+216+32=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 32 (12.89% from 255 or 6.71% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D820 is #1A27DF. Grayscale: #C7C7C7. Windows color (decimal): -1714144 or 2152677. OLE color: 2152677.
HSL color Cylindrical-coordinate representation of color #E5D820: hue angle of 56.04º 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 #E5D820 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 216 | 32 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.10 |
| HSL | 56.04º | 0.79% | 0.51% | - |
| HSV(B) | 56.04º | 0.86% | 0.9% | - |
| XYZ | 57.13 | 65.87 | 11.07 | - |
| YUV | 198.91 | 33.81 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 216 | 32 | 0 | 0.06 | 0.86 | 0.10 | 56.04 | 0.79 | 0.51 |
| Hex | E5 | D8 | 20 | 0 | 6 | 56 | A | 38 | 4F | 33 |
| Octal | 345 | 330 | 40 | 0 | 6 | 126 | 12 | 70 | 117 | 63 |
| Binary | 11100101 | 11011000 | 100000 | 0 | 110 | 1010110 | 1010 | 111000 | 1001111 | 110011 |
Color Harmonies of #E5D820
Complementary color
Monochromatic Colors of #E5D820
Black with #E5D820
Text Example
Text Example
White with #E5D820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D820; }
p { color: rgb(229,216,32); }
H1.HeaderClassName
{
color: #E5D820;
}
.AnyTagClassName
{
color: #E5D820;
}
</style>
background-color css
<style>
a { background-color: #E5D820; }
a { background-color: rgb(229,216,32); }
div.DivClassName
{
background-color: #E5D820;
}
.BgClassName
{
background-color: #E5D820;
}
</style>
border-color css
<style>
span { border-color: #E5D820; }
span { border-color: rgb(229,216,32); }
td.TdClassName
{
border-color: #E5D820;
}
.TagClassName
{
border-color: #E5D820;
}
</style>