Shades of Broom #E5D412
Tints of Broom #E5D412
RGB
CMYK
RGB Variations
Color information
#E5D412 (or 0xE5D412) is known color: Broom. HEX triplet: E5, D4 and 12. RGB value is (229,212,18). Sum of RGB (Red+Green+Blue) = 229+212+18=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 212 (83.20% from 255 or 46.19% from 459); Blue value is 18 (7.42% from 255 or 3.92% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D412 is #1A2BED. Grayscale: #C3C3C3. Windows color (decimal): -1715182 or 1234149. OLE color: 1234149.
HSL color Cylindrical-coordinate representation of color #E5D412: hue angle of 55.17º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E5D412 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 212 | 18 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.10 |
| HSL | 55.17º | 0.85% | 0.48% | - |
| HSV(B) | 55.17º | 0.92% | 0.9% | - |
| XYZ | 55.97 | 63.79 | 9.93 | - |
| YUV | 194.97 | 28.13 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 212 | 18 | 0 | 0.07 | 0.92 | 0.10 | 55.17 | 0.85 | 0.48 |
| Hex | E5 | D4 | 12 | 0 | 7 | 5C | A | 37 | 55 | 30 |
| Octal | 345 | 324 | 22 | 0 | 7 | 134 | 12 | 67 | 125 | 60 |
| Binary | 11100101 | 11010100 | 10010 | 0 | 111 | 1011100 | 1010 | 110111 | 1010101 | 110000 |
Color Harmonies of #E5D412
Complementary color
Monochromatic Colors of #E5D412
Black with #E5D412
Text Example
Text Example
White with #E5D412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D412; }
p { color: rgb(229,212,18); }
H1.HeaderClassName
{
color: #E5D412;
}
.AnyTagClassName
{
color: #E5D412;
}
</style>
background-color css
<style>
a { background-color: #E5D412; }
a { background-color: rgb(229,212,18); }
div.DivClassName
{
background-color: #E5D412;
}
.BgClassName
{
background-color: #E5D412;
}
</style>
border-color css
<style>
span { border-color: #E5D412; }
span { border-color: rgb(229,212,18); }
td.TdClassName
{
border-color: #E5D412;
}
.TagClassName
{
border-color: #E5D412;
}
</style>