Shades of Broom #E5D516
Tints of Broom #E5D516
RGB
CMYK
RGB Variations
Color information
#E5D516 (or 0xE5D516) is known color: Broom. HEX triplet: E5, D5 and 16. RGB value is (229,213,22). Sum of RGB (Red+Green+Blue) = 229+213+22=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 22 (8.98% from 255 or 4.74% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D516 is #1A2AE9. Grayscale: #C4C4C4. Windows color (decimal): -1714922 or 1496549. OLE color: 1496549.
HSL color Cylindrical-coordinate representation of color #E5D516: hue angle of 55.36º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5D516 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 213 | 22 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.10 |
| HSL | 55.36º | 0.82% | 0.49% | - |
| HSV(B) | 55.36º | 0.9% | 0.9% | - |
| XYZ | 56.25 | 64.3 | 10.21 | - |
| YUV | 196.01 | 29.8 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 213 | 22 | 0 | 0.07 | 0.90 | 0.10 | 55.36 | 0.82 | 0.49 |
| Hex | E5 | D5 | 16 | 0 | 7 | 5A | A | 37 | 52 | 31 |
| Octal | 345 | 325 | 26 | 0 | 7 | 132 | 12 | 67 | 122 | 61 |
| Binary | 11100101 | 11010101 | 10110 | 0 | 111 | 1011010 | 1010 | 110111 | 1010010 | 110001 |
Color Harmonies of #E5D516
Complementary color
Monochromatic Colors of #E5D516
Black with #E5D516
Text Example
Text Example
White with #E5D516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D516; }
p { color: rgb(229,213,22); }
H1.HeaderClassName
{
color: #E5D516;
}
.AnyTagClassName
{
color: #E5D516;
}
</style>
background-color css
<style>
a { background-color: #E5D516; }
a { background-color: rgb(229,213,22); }
div.DivClassName
{
background-color: #E5D516;
}
.BgClassName
{
background-color: #E5D516;
}
</style>
border-color css
<style>
span { border-color: #E5D516; }
span { border-color: rgb(229,213,22); }
td.TdClassName
{
border-color: #E5D516;
}
.TagClassName
{
border-color: #E5D516;
}
</style>