Shades of Broom #E5D31A
Tints of Broom #E5D31A
RGB
CMYK
RGB Variations
Color information
#E5D31A (or 0xE5D31A) is known color: Broom. HEX triplet: E5, D3 and 1A. RGB value is (229,211,26). Sum of RGB (Red+Green+Blue) = 229+211+26=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 211 (82.81% from 255 or 45.28% from 466); Blue value is 26 (10.55% from 255 or 5.58% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D31A is #1A2CE5. Grayscale: #C4C4C4. Windows color (decimal): -1715430 or 1758181. OLE color: 1758181.
HSL color Cylindrical-coordinate representation of color #E5D31A: hue angle of 54.68º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E5D31A is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 211 | 26 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.10 |
| HSL | 54.68º | 0.8% | 0.5% | - |
| HSV(B) | 54.68º | 0.89% | 0.9% | - |
| XYZ | 55.79 | 63.32 | 10.26 | - |
| YUV | 195.29 | 32.46 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 211 | 26 | 0 | 0.08 | 0.89 | 0.10 | 54.68 | 0.8 | 0.5 |
| Hex | E5 | D3 | 1A | 0 | 8 | 59 | A | 37 | 50 | 32 |
| Octal | 345 | 323 | 32 | 0 | 10 | 131 | 12 | 67 | 120 | 62 |
| Binary | 11100101 | 11010011 | 11010 | 0 | 1000 | 1011001 | 1010 | 110111 | 1010000 | 110010 |
Color Harmonies of #E5D31A
Complementary color
Monochromatic Colors of #E5D31A
Black with #E5D31A
Text Example
Text Example
White with #E5D31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D31A; }
p { color: rgb(229,211,26); }
H1.HeaderClassName
{
color: #E5D31A;
}
.AnyTagClassName
{
color: #E5D31A;
}
</style>
background-color css
<style>
a { background-color: #E5D31A; }
a { background-color: rgb(229,211,26); }
div.DivClassName
{
background-color: #E5D31A;
}
.BgClassName
{
background-color: #E5D31A;
}
</style>
border-color css
<style>
span { border-color: #E5D31A; }
span { border-color: rgb(229,211,26); }
td.TdClassName
{
border-color: #E5D31A;
}
.TagClassName
{
border-color: #E5D31A;
}
</style>