Shades of Broom #E1D225
Tints of Broom #E1D225
RGB
CMYK
RGB Variations
Color information
#E1D225 (or 0xE1D225) is known color: Broom. HEX triplet: E1, D2 and 25. RGB value is (225,210,37). Sum of RGB (Red+Green+Blue) = 225+210+37=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 37 (14.84% from 255 or 7.84% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D225 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D225 is #1E2DDA. Grayscale: #C3C3C3. Windows color (decimal): -1977819 or 2478817. OLE color: 2478817.
HSL color Cylindrical-coordinate representation of color #E1D225: hue angle of 55.21º 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 #E1D225 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 210 | 37 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.12 |
| HSL | 55.21º | 0.76% | 0.51% | - |
| HSV(B) | 55.21º | 0.84% | 0.88% | - |
| XYZ | 54.43 | 62.23 | 10.89 | - |
| YUV | 194.76 | 38.97 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 37 | 0 | 0.07 | 0.84 | 0.12 | 55.21 | 0.76 | 0.51 |
| Hex | E1 | D2 | 25 | 0 | 7 | 54 | C | 37 | 4C | 33 |
| Octal | 341 | 322 | 45 | 0 | 7 | 124 | 14 | 67 | 114 | 63 |
| Binary | 11100001 | 11010010 | 100101 | 0 | 111 | 1010100 | 1100 | 110111 | 1001100 | 110011 |
Color Harmonies of #E1D225
Complementary color
Monochromatic Colors of #E1D225
Black with #E1D225
Text Example
Text Example
White with #E1D225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D225; }
p { color: rgb(225,210,37); }
H1.HeaderClassName
{
color: #E1D225;
}
.AnyTagClassName
{
color: #E1D225;
}
</style>
background-color css
<style>
a { background-color: #E1D225; }
a { background-color: rgb(225,210,37); }
div.DivClassName
{
background-color: #E1D225;
}
.BgClassName
{
background-color: #E1D225;
}
</style>
border-color css
<style>
span { border-color: #E1D225; }
span { border-color: rgb(225,210,37); }
td.TdClassName
{
border-color: #E1D225;
}
.TagClassName
{
border-color: #E1D225;
}
</style>