Shades of Broom #E1D41E
Tints of Broom #E1D41E
RGB
CMYK
RGB Variations
Color information
#E1D41E (or 0xE1D41E) is known color: Broom. HEX triplet: E1, D4 and 1E. RGB value is (225,212,30). Sum of RGB (Red+Green+Blue) = 225+212+30=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 30 (12.11% from 255 or 6.42% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D41E is #1E2BE1. Grayscale: #C3C3C3. Windows color (decimal): -1977314 or 2020577. OLE color: 2020577.
HSL color Cylindrical-coordinate representation of color #E1D41E: hue angle of 56º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E1D41E is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 212 | 30 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.12 |
| HSL | 56º | 0.76% | 0.5% | - |
| HSV(B) | 56º | 0.87% | 0.88% | - |
| XYZ | 54.83 | 63.19 | 10.54 | - |
| YUV | 195.14 | 34.81 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 212 | 30 | 0 | 0.06 | 0.87 | 0.12 | 56 | 0.76 | 0.5 |
| Hex | E1 | D4 | 1E | 0 | 6 | 57 | C | 38 | 4C | 32 |
| Octal | 341 | 324 | 36 | 0 | 6 | 127 | 14 | 70 | 114 | 62 |
| Binary | 11100001 | 11010100 | 11110 | 0 | 110 | 1010111 | 1100 | 111000 | 1001100 | 110010 |
Color Harmonies of #E1D41E
Complementary color
Monochromatic Colors of #E1D41E
Black with #E1D41E
Text Example
Text Example
White with #E1D41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D41E; }
p { color: rgb(225,212,30); }
H1.HeaderClassName
{
color: #E1D41E;
}
.AnyTagClassName
{
color: #E1D41E;
}
</style>
background-color css
<style>
a { background-color: #E1D41E; }
a { background-color: rgb(225,212,30); }
div.DivClassName
{
background-color: #E1D41E;
}
.BgClassName
{
background-color: #E1D41E;
}
</style>
border-color css
<style>
span { border-color: #E1D41E; }
span { border-color: rgb(225,212,30); }
td.TdClassName
{
border-color: #E1D41E;
}
.TagClassName
{
border-color: #E1D41E;
}
</style>