Shades of Broom #E1D024
Tints of Broom #E1D024
RGB
CMYK
RGB Variations
Color information
#E1D024 (or 0xE1D024) is known color: Broom. HEX triplet: E1, D0 and 24. RGB value is (225,208,36). Sum of RGB (Red+Green+Blue) = 225+208+36=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 36 (14.45% from 255 or 7.68% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D024 is #1E2FDB. Grayscale: #C2C2C2. Windows color (decimal): -1978332 or 2412769. OLE color: 2412769.
HSL color Cylindrical-coordinate representation of color #E1D024: hue angle of 54.6º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1D024 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 208 | 36 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.12 |
| HSL | 54.6º | 0.76% | 0.51% | - |
| HSV(B) | 54.6º | 0.84% | 0.88% | - |
| XYZ | 53.93 | 61.25 | 10.65 | - |
| YUV | 193.48 | 39.13 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 208 | 36 | 0 | 0.08 | 0.84 | 0.12 | 54.6 | 0.76 | 0.51 |
| Hex | E1 | D0 | 24 | 0 | 8 | 54 | C | 37 | 4C | 33 |
| Octal | 341 | 320 | 44 | 0 | 10 | 124 | 14 | 67 | 114 | 63 |
| Binary | 11100001 | 11010000 | 100100 | 0 | 1000 | 1010100 | 1100 | 110111 | 1001100 | 110011 |
Color Harmonies of #E1D024
Complementary color
Monochromatic Colors of #E1D024
Black with #E1D024
Text Example
Text Example
White with #E1D024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D024; }
p { color: rgb(225,208,36); }
H1.HeaderClassName
{
color: #E1D024;
}
.AnyTagClassName
{
color: #E1D024;
}
</style>
background-color css
<style>
a { background-color: #E1D024; }
a { background-color: rgb(225,208,36); }
div.DivClassName
{
background-color: #E1D024;
}
.BgClassName
{
background-color: #E1D024;
}
</style>
border-color css
<style>
span { border-color: #E1D024; }
span { border-color: rgb(225,208,36); }
td.TdClassName
{
border-color: #E1D024;
}
.TagClassName
{
border-color: #E1D024;
}
</style>