Shades of Broom #E5D015
Tints of Broom #E5D015
RGB
CMYK
RGB Variations
Color information
#E5D015 (or 0xE5D015) is known color: Broom. HEX triplet: E5, D0 and 15. RGB value is (229,208,21). Sum of RGB (Red+Green+Blue) = 229+208+21=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 208 (81.64% from 255 or 45.41% from 458); Blue value is 21 (8.59% from 255 or 4.59% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D015 is #1A2FEA. Grayscale: #C1C1C1. Windows color (decimal): -1716203 or 1429733. OLE color: 1429733.
HSL color Cylindrical-coordinate representation of color #E5D015: hue angle of 53.94º 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 #E5D015 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 208 | 21 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.10 |
| HSL | 53.94º | 0.83% | 0.49% | - |
| HSV(B) | 53.94º | 0.91% | 0.9% | - |
| XYZ | 55 | 61.82 | 9.74 | - |
| YUV | 192.96 | 30.96 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 208 | 21 | 0 | 0.09 | 0.91 | 0.10 | 53.94 | 0.83 | 0.49 |
| Hex | E5 | D0 | 15 | 0 | 9 | 5B | A | 36 | 53 | 31 |
| Octal | 345 | 320 | 25 | 0 | 11 | 133 | 12 | 66 | 123 | 61 |
| Binary | 11100101 | 11010000 | 10101 | 0 | 1001 | 1011011 | 1010 | 110110 | 1010011 | 110001 |
Color Harmonies of #E5D015
Complementary color
Monochromatic Colors of #E5D015
Black with #E5D015
Text Example
Text Example
White with #E5D015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D015; }
p { color: rgb(229,208,21); }
H1.HeaderClassName
{
color: #E5D015;
}
.AnyTagClassName
{
color: #E5D015;
}
</style>
background-color css
<style>
a { background-color: #E5D015; }
a { background-color: rgb(229,208,21); }
div.DivClassName
{
background-color: #E5D015;
}
.BgClassName
{
background-color: #E5D015;
}
</style>
border-color css
<style>
span { border-color: #E5D015; }
span { border-color: rgb(229,208,21); }
td.TdClassName
{
border-color: #E5D015;
}
.TagClassName
{
border-color: #E5D015;
}
</style>