Shades of Broom #E5D414
Tints of Broom #E5D414
RGB
CMYK
RGB Variations
Color information
#E5D414 (or 0xE5D414) is known color: Broom. HEX triplet: E5, D4 and 14. RGB value is (229,212,20). Sum of RGB (Red+Green+Blue) = 229+212+20=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 212 (83.20% from 255 or 45.99% from 461); Blue value is 20 (8.20% from 255 or 4.34% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D414 is #1A2BEB. Grayscale: #C3C3C3. Windows color (decimal): -1715180 or 1365221. OLE color: 1365221.
HSL color Cylindrical-coordinate representation of color #E5D414: hue angle of 55.12º 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 #E5D414 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 212 | 20 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.10 |
| HSL | 55.12º | 0.84% | 0.49% | - |
| HSV(B) | 55.12º | 0.91% | 0.9% | - |
| XYZ | 55.98 | 63.8 | 10.02 | - |
| YUV | 195.2 | 29.13 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 212 | 20 | 0 | 0.07 | 0.91 | 0.10 | 55.12 | 0.84 | 0.49 |
| Hex | E5 | D4 | 14 | 0 | 7 | 5B | A | 37 | 54 | 31 |
| Octal | 345 | 324 | 24 | 0 | 7 | 133 | 12 | 67 | 124 | 61 |
| Binary | 11100101 | 11010100 | 10100 | 0 | 111 | 1011011 | 1010 | 110111 | 1010100 | 110001 |
Color Harmonies of #E5D414
Complementary color
Monochromatic Colors of #E5D414
Black with #E5D414
Text Example
Text Example
White with #E5D414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D414; }
p { color: rgb(229,212,20); }
H1.HeaderClassName
{
color: #E5D414;
}
.AnyTagClassName
{
color: #E5D414;
}
</style>
background-color css
<style>
a { background-color: #E5D414; }
a { background-color: rgb(229,212,20); }
div.DivClassName
{
background-color: #E5D414;
}
.BgClassName
{
background-color: #E5D414;
}
</style>
border-color css
<style>
span { border-color: #E5D414; }
span { border-color: rgb(229,212,20); }
td.TdClassName
{
border-color: #E5D414;
}
.TagClassName
{
border-color: #E5D414;
}
</style>