Shades of Broom #E1DB14
Tints of Broom #E1DB14
RGB
CMYK
RGB Variations
Color information
#E1DB14 (or 0xE1DB14) is known color: Broom. HEX triplet: E1, DB and 14. RGB value is (225,219,20). Sum of RGB (Red+Green+Blue) = 225+219+20=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 20 (8.20% from 255 or 4.31% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1DB14 is #1E24EB. Grayscale: #C6C6C6. Windows color (decimal): -1975532 or 1367009. OLE color: 1367009.
HSL color Cylindrical-coordinate representation of color #E1DB14: hue angle of 58.24º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E1DB14 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 20 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.12 |
| HSL | 58.24º | 0.84% | 0.48% | - |
| HSV(B) | 58.24º | 0.91% | 0.88% | - |
| XYZ | 56.51 | 66.72 | 10.56 | - |
| YUV | 198.11 | 27.49 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 20 | 0 | 0.03 | 0.91 | 0.12 | 58.24 | 0.84 | 0.48 |
| Hex | E1 | DB | 14 | 0 | 3 | 5B | C | 3A | 54 | 30 |
| Octal | 341 | 333 | 24 | 0 | 3 | 133 | 14 | 72 | 124 | 60 |
| Binary | 11100001 | 11011011 | 10100 | 0 | 11 | 1011011 | 1100 | 111010 | 1010100 | 110000 |
Color Harmonies of #E1DB14
Complementary color
Monochromatic Colors of #E1DB14
Black with #E1DB14
Text Example
Text Example
White with #E1DB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB14; }
p { color: rgb(225,219,20); }
H1.HeaderClassName
{
color: #E1DB14;
}
.AnyTagClassName
{
color: #E1DB14;
}
</style>
background-color css
<style>
a { background-color: #E1DB14; }
a { background-color: rgb(225,219,20); }
div.DivClassName
{
background-color: #E1DB14;
}
.BgClassName
{
background-color: #E1DB14;
}
</style>
border-color css
<style>
span { border-color: #E1DB14; }
span { border-color: rgb(225,219,20); }
td.TdClassName
{
border-color: #E1DB14;
}
.TagClassName
{
border-color: #E1DB14;
}
</style>