Shades of Broom #E5D215
Tints of Broom #E5D215
RGB
CMYK
RGB Variations
Color information
#E5D215 (or 0xE5D215) is known color: Broom. HEX triplet: E5, D2 and 15. RGB value is (229,210,21). Sum of RGB (Red+Green+Blue) = 229+210+21=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 210 (82.42% from 255 or 45.65% from 460); Blue value is 21 (8.59% from 255 or 4.57% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D215 is #1A2DEA. Grayscale: #C2C2C2. Windows color (decimal): -1715691 or 1430245. OLE color: 1430245.
HSL color Cylindrical-coordinate representation of color #E5D215: hue angle of 54.52º 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 #E5D215 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 210 | 21 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.10 |
| HSL | 54.52º | 0.83% | 0.49% | - |
| HSV(B) | 54.52º | 0.91% | 0.9% | - |
| XYZ | 55.5 | 62.81 | 9.91 | - |
| YUV | 194.14 | 30.29 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 210 | 21 | 0 | 0.08 | 0.91 | 0.10 | 54.52 | 0.83 | 0.49 |
| Hex | E5 | D2 | 15 | 0 | 8 | 5B | A | 37 | 53 | 31 |
| Octal | 345 | 322 | 25 | 0 | 10 | 133 | 12 | 67 | 123 | 61 |
| Binary | 11100101 | 11010010 | 10101 | 0 | 1000 | 1011011 | 1010 | 110111 | 1010011 | 110001 |
Color Harmonies of #E5D215
Complementary color
Monochromatic Colors of #E5D215
Black with #E5D215
Text Example
Text Example
White with #E5D215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D215; }
p { color: rgb(229,210,21); }
H1.HeaderClassName
{
color: #E5D215;
}
.AnyTagClassName
{
color: #E5D215;
}
</style>
background-color css
<style>
a { background-color: #E5D215; }
a { background-color: rgb(229,210,21); }
div.DivClassName
{
background-color: #E5D215;
}
.BgClassName
{
background-color: #E5D215;
}
</style>
border-color css
<style>
span { border-color: #E5D215; }
span { border-color: rgb(229,210,21); }
td.TdClassName
{
border-color: #E5D215;
}
.TagClassName
{
border-color: #E5D215;
}
</style>