Shades of Broom #E5D013
Tints of Broom #E5D013
RGB
CMYK
RGB Variations
Color information
#E5D013 (or 0xE5D013) is known color: Broom. HEX triplet: E5, D0 and 13. RGB value is (229,208,19). Sum of RGB (Red+Green+Blue) = 229+208+19=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 19 (7.81% from 255 or 4.17% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D013 is #1A2FEC. Grayscale: #C1C1C1. Windows color (decimal): -1716205 or 1298661. OLE color: 1298661.
HSL color Cylindrical-coordinate representation of color #E5D013: hue angle of 54º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E5D013 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 208 | 19 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.10 |
| HSL | 54º | 0.85% | 0.49% | - |
| HSV(B) | 54º | 0.92% | 0.9% | - |
| XYZ | 54.99 | 61.82 | 9.65 | - |
| YUV | 192.73 | 29.96 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 208 | 19 | 0 | 0.09 | 0.92 | 0.10 | 54 | 0.85 | 0.49 |
| Hex | E5 | D0 | 13 | 0 | 9 | 5C | A | 36 | 55 | 31 |
| Octal | 345 | 320 | 23 | 0 | 11 | 134 | 12 | 66 | 125 | 61 |
| Binary | 11100101 | 11010000 | 10011 | 0 | 1001 | 1011100 | 1010 | 110110 | 1010101 | 110001 |
Color Harmonies of #E5D013
Complementary color
Monochromatic Colors of #E5D013
Black with #E5D013
Text Example
Text Example
White with #E5D013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D013; }
p { color: rgb(229,208,19); }
H1.HeaderClassName
{
color: #E5D013;
}
.AnyTagClassName
{
color: #E5D013;
}
</style>
background-color css
<style>
a { background-color: #E5D013; }
a { background-color: rgb(229,208,19); }
div.DivClassName
{
background-color: #E5D013;
}
.BgClassName
{
background-color: #E5D013;
}
</style>
border-color css
<style>
span { border-color: #E5D013; }
span { border-color: rgb(229,208,19); }
td.TdClassName
{
border-color: #E5D013;
}
.TagClassName
{
border-color: #E5D013;
}
</style>