Shades of Broom #E1D229
Tints of Broom #E1D229
RGB
CMYK
RGB Variations
Color information
#E1D229 (or 0xE1D229) is known color: Broom. HEX triplet: E1, D2 and 29. RGB value is (225,210,41). Sum of RGB (Red+Green+Blue) = 225+210+41=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 41 (16.41% from 255 or 8.61% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D229 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D229 is #1E2DD6. Grayscale: #C3C3C3. Windows color (decimal): -1977815 or 2740961. OLE color: 2740961.
HSL color Cylindrical-coordinate representation of color #E1D229: hue angle of 55.11º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E1D229 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 210 | 41 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.12 |
| HSL | 55.11º | 0.75% | 0.52% | - |
| HSV(B) | 55.11º | 0.82% | 0.88% | - |
| XYZ | 54.5 | 62.26 | 11.24 | - |
| YUV | 195.22 | 40.97 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 41 | 0 | 0.07 | 0.82 | 0.12 | 55.11 | 0.75 | 0.52 |
| Hex | E1 | D2 | 29 | 0 | 7 | 52 | C | 37 | 4B | 34 |
| Octal | 341 | 322 | 51 | 0 | 7 | 122 | 14 | 67 | 113 | 64 |
| Binary | 11100001 | 11010010 | 101001 | 0 | 111 | 1010010 | 1100 | 110111 | 1001011 | 110100 |
Color Harmonies of #E1D229
Complementary color
Monochromatic Colors of #E1D229
Black with #E1D229
Text Example
Text Example
White with #E1D229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D229; }
p { color: rgb(225,210,41); }
H1.HeaderClassName
{
color: #E1D229;
}
.AnyTagClassName
{
color: #E1D229;
}
</style>
background-color css
<style>
a { background-color: #E1D229; }
a { background-color: rgb(225,210,41); }
div.DivClassName
{
background-color: #E1D229;
}
.BgClassName
{
background-color: #E1D229;
}
</style>
border-color css
<style>
span { border-color: #E1D229; }
span { border-color: rgb(225,210,41); }
td.TdClassName
{
border-color: #E1D229;
}
.TagClassName
{
border-color: #E1D229;
}
</style>