Shades of Broom #E5D314
Tints of Broom #E5D314
RGB
CMYK
RGB Variations
Color information
#E5D314 (or 0xE5D314) is known color: Broom. HEX triplet: E5, D3 and 14. RGB value is (229,211,20). Sum of RGB (Red+Green+Blue) = 229+211+20=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 211 (82.81% from 255 or 45.87% from 460); Blue value is 20 (8.20% from 255 or 4.35% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D314 is #1A2CEB. Grayscale: #C3C3C3. Windows color (decimal): -1715436 or 1364965. OLE color: 1364965.
HSL color Cylindrical-coordinate representation of color #E5D314: hue angle of 54.83º degrees, saturation: 0.84, 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 #E5D314 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 211 | 20 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.10 |
| HSL | 54.83º | 0.84% | 0.49% | - |
| HSV(B) | 54.83º | 0.91% | 0.9% | - |
| XYZ | 55.73 | 63.3 | 9.94 | - |
| YUV | 194.61 | 29.46 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 211 | 20 | 0 | 0.08 | 0.91 | 0.10 | 54.83 | 0.84 | 0.49 |
| Hex | E5 | D3 | 14 | 0 | 8 | 5B | A | 37 | 54 | 31 |
| Octal | 345 | 323 | 24 | 0 | 10 | 133 | 12 | 67 | 124 | 61 |
| Binary | 11100101 | 11010011 | 10100 | 0 | 1000 | 1011011 | 1010 | 110111 | 1010100 | 110001 |
Color Harmonies of #E5D314
Complementary color
Monochromatic Colors of #E5D314
Black with #E5D314
Text Example
Text Example
White with #E5D314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D314; }
p { color: rgb(229,211,20); }
H1.HeaderClassName
{
color: #E5D314;
}
.AnyTagClassName
{
color: #E5D314;
}
</style>
background-color css
<style>
a { background-color: #E5D314; }
a { background-color: rgb(229,211,20); }
div.DivClassName
{
background-color: #E5D314;
}
.BgClassName
{
background-color: #E5D314;
}
</style>
border-color css
<style>
span { border-color: #E5D314; }
span { border-color: rgb(229,211,20); }
td.TdClassName
{
border-color: #E5D314;
}
.TagClassName
{
border-color: #E5D314;
}
</style>