Shades of Broom #E5D115
Tints of Broom #E5D115
RGB
CMYK
RGB Variations
Color information
#E5D115 (or 0xE5D115) is known color: Broom. HEX triplet: E5, D1 and 15. RGB value is (229,209,21). Sum of RGB (Red+Green+Blue) = 229+209+21=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 209 (82.03% from 255 or 45.53% from 459); Blue value is 21 (8.59% from 255 or 4.58% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D115 is #1A2EEA. Grayscale: #C2C2C2. Windows color (decimal): -1715947 or 1429989. OLE color: 1429989.
HSL color Cylindrical-coordinate representation of color #E5D115: hue angle of 54.23º degrees, saturation: 0.83, 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 #E5D115 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 209 | 21 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.10 |
| HSL | 54.23º | 0.83% | 0.49% | - |
| HSV(B) | 54.23º | 0.91% | 0.9% | - |
| XYZ | 55.25 | 62.31 | 9.83 | - |
| YUV | 193.55 | 30.63 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 209 | 21 | 0 | 0.09 | 0.91 | 0.10 | 54.23 | 0.83 | 0.49 |
| Hex | E5 | D1 | 15 | 0 | 9 | 5B | A | 36 | 53 | 31 |
| Octal | 345 | 321 | 25 | 0 | 11 | 133 | 12 | 66 | 123 | 61 |
| Binary | 11100101 | 11010001 | 10101 | 0 | 1001 | 1011011 | 1010 | 110110 | 1010011 | 110001 |
Color Harmonies of #E5D115
Complementary color
Monochromatic Colors of #E5D115
Black with #E5D115
Text Example
Text Example
White with #E5D115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D115; }
p { color: rgb(229,209,21); }
H1.HeaderClassName
{
color: #E5D115;
}
.AnyTagClassName
{
color: #E5D115;
}
</style>
background-color css
<style>
a { background-color: #E5D115; }
a { background-color: rgb(229,209,21); }
div.DivClassName
{
background-color: #E5D115;
}
.BgClassName
{
background-color: #E5D115;
}
</style>
border-color css
<style>
span { border-color: #E5D115; }
span { border-color: rgb(229,209,21); }
td.TdClassName
{
border-color: #E5D115;
}
.TagClassName
{
border-color: #E5D115;
}
</style>