Shades of Broom #E5D312
Tints of Broom #E5D312
RGB
CMYK
RGB Variations
Color information
#E5D312 (or 0xE5D312) is known color: Broom. HEX triplet: E5, D3 and 12. RGB value is (229,211,18). Sum of RGB (Red+Green+Blue) = 229+211+18=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 211 (82.81% from 255 or 46.07% from 458); Blue value is 18 (7.42% from 255 or 3.93% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D312 is #1A2CED. Grayscale: #C3C3C3. Windows color (decimal): -1715438 or 1233893. OLE color: 1233893.
HSL color Cylindrical-coordinate representation of color #E5D312: hue angle of 54.88º 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 #E5D312 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 211 | 18 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.10 |
| HSL | 54.88º | 0.85% | 0.48% | - |
| HSV(B) | 54.88º | 0.92% | 0.9% | - |
| XYZ | 55.72 | 63.29 | 9.85 | - |
| YUV | 194.38 | 28.46 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 211 | 18 | 0 | 0.08 | 0.92 | 0.10 | 54.88 | 0.85 | 0.48 |
| Hex | E5 | D3 | 12 | 0 | 8 | 5C | A | 37 | 55 | 30 |
| Octal | 345 | 323 | 22 | 0 | 10 | 134 | 12 | 67 | 125 | 60 |
| Binary | 11100101 | 11010011 | 10010 | 0 | 1000 | 1011100 | 1010 | 110111 | 1010101 | 110000 |
Color Harmonies of #E5D312
Complementary color
Monochromatic Colors of #E5D312
Black with #E5D312
Text Example
Text Example
White with #E5D312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D312; }
p { color: rgb(229,211,18); }
H1.HeaderClassName
{
color: #E5D312;
}
.AnyTagClassName
{
color: #E5D312;
}
</style>
background-color css
<style>
a { background-color: #E5D312; }
a { background-color: rgb(229,211,18); }
div.DivClassName
{
background-color: #E5D312;
}
.BgClassName
{
background-color: #E5D312;
}
</style>
border-color css
<style>
span { border-color: #E5D312; }
span { border-color: rgb(229,211,18); }
td.TdClassName
{
border-color: #E5D312;
}
.TagClassName
{
border-color: #E5D312;
}
</style>