Shades of Broom #E1D31C
Tints of Broom #E1D31C
RGB
CMYK
RGB Variations
Color information
#E1D31C (or 0xE1D31C) is known color: Broom. HEX triplet: E1, D3 and 1C. RGB value is (225,211,28). Sum of RGB (Red+Green+Blue) = 225+211+28=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 28 (11.33% from 255 or 6.03% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D31C is #1E2CE3. Grayscale: #C3C3C3. Windows color (decimal): -1977572 or 1889249. OLE color: 1889249.
HSL color Cylindrical-coordinate representation of color #E1D31C: hue angle of 55.74º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1D31C is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 211 | 28 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.12 |
| HSL | 55.74º | 0.78% | 0.5% | - |
| HSV(B) | 55.74º | 0.88% | 0.88% | - |
| XYZ | 54.56 | 62.68 | 10.32 | - |
| YUV | 194.32 | 34.14 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 211 | 28 | 0 | 0.06 | 0.88 | 0.12 | 55.74 | 0.78 | 0.5 |
| Hex | E1 | D3 | 1C | 0 | 6 | 58 | C | 38 | 4E | 32 |
| Octal | 341 | 323 | 34 | 0 | 6 | 130 | 14 | 70 | 116 | 62 |
| Binary | 11100001 | 11010011 | 11100 | 0 | 110 | 1011000 | 1100 | 111000 | 1001110 | 110010 |
Color Harmonies of #E1D31C
Complementary color
Monochromatic Colors of #E1D31C
Black with #E1D31C
Text Example
Text Example
White with #E1D31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D31C; }
p { color: rgb(225,211,28); }
H1.HeaderClassName
{
color: #E1D31C;
}
.AnyTagClassName
{
color: #E1D31C;
}
</style>
background-color css
<style>
a { background-color: #E1D31C; }
a { background-color: rgb(225,211,28); }
div.DivClassName
{
background-color: #E1D31C;
}
.BgClassName
{
background-color: #E1D31C;
}
</style>
border-color css
<style>
span { border-color: #E1D31C; }
span { border-color: rgb(225,211,28); }
td.TdClassName
{
border-color: #E1D31C;
}
.TagClassName
{
border-color: #E1D31C;
}
</style>