Shades of Broom #E1D425
Tints of Broom #E1D425
RGB
CMYK
RGB Variations
Color information
#E1D425 (or 0xE1D425) is known color: Broom. HEX triplet: E1, D4 and 25. RGB value is (225,212,37). Sum of RGB (Red+Green+Blue) = 225+212+37=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 212 (83.20% from 255 or 44.73% from 474); Blue value is 37 (14.84% from 255 or 7.81% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D425 is #1E2BDA. Grayscale: #C4C4C4. Windows color (decimal): -1977307 or 2479329. OLE color: 2479329.
HSL color Cylindrical-coordinate representation of color #E1D425: hue angle of 55.85º 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 #E1D425 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 212 | 37 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.12 |
| HSL | 55.85º | 0.76% | 0.51% | - |
| HSV(B) | 55.85º | 0.84% | 0.88% | - |
| XYZ | 54.93 | 63.23 | 11.06 | - |
| YUV | 195.94 | 38.31 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 212 | 37 | 0 | 0.06 | 0.84 | 0.12 | 55.85 | 0.76 | 0.51 |
| Hex | E1 | D4 | 25 | 0 | 6 | 54 | C | 38 | 4C | 33 |
| Octal | 341 | 324 | 45 | 0 | 6 | 124 | 14 | 70 | 114 | 63 |
| Binary | 11100001 | 11010100 | 100101 | 0 | 110 | 1010100 | 1100 | 111000 | 1001100 | 110011 |
Color Harmonies of #E1D425
Complementary color
Monochromatic Colors of #E1D425
Black with #E1D425
Text Example
Text Example
White with #E1D425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D425; }
p { color: rgb(225,212,37); }
H1.HeaderClassName
{
color: #E1D425;
}
.AnyTagClassName
{
color: #E1D425;
}
</style>
background-color css
<style>
a { background-color: #E1D425; }
a { background-color: rgb(225,212,37); }
div.DivClassName
{
background-color: #E1D425;
}
.BgClassName
{
background-color: #E1D425;
}
</style>
border-color css
<style>
span { border-color: #E1D425; }
span { border-color: rgb(225,212,37); }
td.TdClassName
{
border-color: #E1D425;
}
.TagClassName
{
border-color: #E1D425;
}
</style>