Shades of Broom #E1D319
Tints of Broom #E1D319
RGB
CMYK
RGB Variations
Color information
#E1D319 (or 0xE1D319) is known color: Broom. HEX triplet: E1, D3 and 19. RGB value is (225,211,25). Sum of RGB (Red+Green+Blue) = 225+211+25=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 25 (10.16% from 255 or 5.42% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D319 is #1E2CE6. Grayscale: #C2C2C2. Windows color (decimal): -1977575 or 1692641. OLE color: 1692641.
HSL color Cylindrical-coordinate representation of color #E1D319: hue angle of 55.8º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E1D319 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 211 | 25 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.12 |
| HSL | 55.8º | 0.8% | 0.49% | - |
| HSV(B) | 55.8º | 0.89% | 0.88% | - |
| XYZ | 54.52 | 62.67 | 10.14 | - |
| YUV | 193.98 | 32.64 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 211 | 25 | 0 | 0.06 | 0.89 | 0.12 | 55.8 | 0.8 | 0.49 |
| Hex | E1 | D3 | 19 | 0 | 6 | 59 | C | 38 | 50 | 31 |
| Octal | 341 | 323 | 31 | 0 | 6 | 131 | 14 | 70 | 120 | 61 |
| Binary | 11100001 | 11010011 | 11001 | 0 | 110 | 1011001 | 1100 | 111000 | 1010000 | 110001 |
Color Harmonies of #E1D319
Complementary color
Monochromatic Colors of #E1D319
Black with #E1D319
Text Example
Text Example
White with #E1D319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D319; }
p { color: rgb(225,211,25); }
H1.HeaderClassName
{
color: #E1D319;
}
.AnyTagClassName
{
color: #E1D319;
}
</style>
background-color css
<style>
a { background-color: #E1D319; }
a { background-color: rgb(225,211,25); }
div.DivClassName
{
background-color: #E1D319;
}
.BgClassName
{
background-color: #E1D319;
}
</style>
border-color css
<style>
span { border-color: #E1D319; }
span { border-color: rgb(225,211,25); }
td.TdClassName
{
border-color: #E1D319;
}
.TagClassName
{
border-color: #E1D319;
}
</style>