Shades of Broom #E5D214
Tints of Broom #E5D214
RGB
CMYK
RGB Variations
Color information
#E5D214 (or 0xE5D214) is known color: Broom. HEX triplet: E5, D2 and 14. RGB value is (229,210,20). Sum of RGB (Red+Green+Blue) = 229+210+20=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 210 (82.42% from 255 or 45.75% from 459); Blue value is 20 (8.20% from 255 or 4.36% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D214 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D214 is #1A2DEB. Grayscale: #C2C2C2. Windows color (decimal): -1715692 or 1364709. OLE color: 1364709.
HSL color Cylindrical-coordinate representation of color #E5D214: hue angle of 54.55º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E5D214 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 210 | 20 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.10 |
| HSL | 54.55º | 0.84% | 0.49% | - |
| HSV(B) | 54.55º | 0.91% | 0.9% | - |
| XYZ | 55.49 | 62.8 | 9.86 | - |
| YUV | 194.02 | 29.79 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 210 | 20 | 0 | 0.08 | 0.91 | 0.10 | 54.55 | 0.84 | 0.49 |
| Hex | E5 | D2 | 14 | 0 | 8 | 5B | A | 37 | 54 | 31 |
| Octal | 345 | 322 | 24 | 0 | 10 | 133 | 12 | 67 | 124 | 61 |
| Binary | 11100101 | 11010010 | 10100 | 0 | 1000 | 1011011 | 1010 | 110111 | 1010100 | 110001 |
Color Harmonies of #E5D214
Complementary color
Monochromatic Colors of #E5D214
Black with #E5D214
Text Example
Text Example
White with #E5D214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D214; }
p { color: rgb(229,210,20); }
H1.HeaderClassName
{
color: #E5D214;
}
.AnyTagClassName
{
color: #E5D214;
}
</style>
background-color css
<style>
a { background-color: #E5D214; }
a { background-color: rgb(229,210,20); }
div.DivClassName
{
background-color: #E5D214;
}
.BgClassName
{
background-color: #E5D214;
}
</style>
border-color css
<style>
span { border-color: #E5D214; }
span { border-color: rgb(229,210,20); }
td.TdClassName
{
border-color: #E5D214;
}
.TagClassName
{
border-color: #E5D214;
}
</style>