Shades of Broom #E1D31A
Tints of Broom #E1D31A
RGB
CMYK
RGB Variations
Color information
#E1D31A (or 0xE1D31A) is known color: Broom. HEX triplet: E1, D3 and 1A. RGB value is (225,211,26). Sum of RGB (Red+Green+Blue) = 225+211+26=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 26 (10.55% from 255 or 5.63% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D31A is #1E2CE5. Grayscale: #C2C2C2. Windows color (decimal): -1977574 or 1758177. OLE color: 1758177.
HSL color Cylindrical-coordinate representation of color #E1D31A: hue angle of 55.78º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1D31A is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 211 | 26 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.12 |
| HSL | 55.78º | 0.79% | 0.49% | - |
| HSV(B) | 55.78º | 0.88% | 0.88% | - |
| XYZ | 54.53 | 62.67 | 10.2 | - |
| YUV | 194.1 | 33.14 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 211 | 26 | 0 | 0.06 | 0.88 | 0.12 | 55.78 | 0.79 | 0.49 |
| Hex | E1 | D3 | 1A | 0 | 6 | 58 | C | 38 | 4F | 31 |
| Octal | 341 | 323 | 32 | 0 | 6 | 130 | 14 | 70 | 117 | 61 |
| Binary | 11100001 | 11010011 | 11010 | 0 | 110 | 1011000 | 1100 | 111000 | 1001111 | 110001 |
Color Harmonies of #E1D31A
Complementary color
Monochromatic Colors of #E1D31A
Black with #E1D31A
Text Example
Text Example
White with #E1D31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D31A; }
p { color: rgb(225,211,26); }
H1.HeaderClassName
{
color: #E1D31A;
}
.AnyTagClassName
{
color: #E1D31A;
}
</style>
background-color css
<style>
a { background-color: #E1D31A; }
a { background-color: rgb(225,211,26); }
div.DivClassName
{
background-color: #E1D31A;
}
.BgClassName
{
background-color: #E1D31A;
}
</style>
border-color css
<style>
span { border-color: #E1D31A; }
span { border-color: rgb(225,211,26); }
td.TdClassName
{
border-color: #E1D31A;
}
.TagClassName
{
border-color: #E1D31A;
}
</style>