Shades of Broom #E2DB12
Tints of Broom #E2DB12
RGB
CMYK
RGB Variations
Color information
#E2DB12 (or 0xE2DB12) is known color: Broom. HEX triplet: E2, DB and 12. RGB value is (226,219,18). Sum of RGB (Red+Green+Blue) = 226+219+18=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 18 (7.42% from 255 or 3.89% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2DB12 is #1D24ED. Grayscale: #C6C6C6. Windows color (decimal): -1909998 or 1235938. OLE color: 1235938.
HSL color Cylindrical-coordinate representation of color #E2DB12: hue angle of 57.98º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2DB12 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 219 | 18 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.11 |
| HSL | 57.98º | 0.85% | 0.48% | - |
| HSV(B) | 57.98º | 0.92% | 0.89% | - |
| XYZ | 56.8 | 66.88 | 10.49 | - |
| YUV | 198.18 | 26.32 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 219 | 18 | 0 | 0.03 | 0.92 | 0.11 | 57.98 | 0.85 | 0.48 |
| Hex | E2 | DB | 12 | 0 | 3 | 5C | B | 3A | 55 | 30 |
| Octal | 342 | 333 | 22 | 0 | 3 | 134 | 13 | 72 | 125 | 60 |
| Binary | 11100010 | 11011011 | 10010 | 0 | 11 | 1011100 | 1011 | 111010 | 1010101 | 110000 |
Color Harmonies of #E2DB12
Complementary color
Monochromatic Colors of #E2DB12
Black with #E2DB12
Text Example
Text Example
White with #E2DB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DB12; }
p { color: rgb(226,219,18); }
H1.HeaderClassName
{
color: #E2DB12;
}
.AnyTagClassName
{
color: #E2DB12;
}
</style>
background-color css
<style>
a { background-color: #E2DB12; }
a { background-color: rgb(226,219,18); }
div.DivClassName
{
background-color: #E2DB12;
}
.BgClassName
{
background-color: #E2DB12;
}
</style>
border-color css
<style>
span { border-color: #E2DB12; }
span { border-color: rgb(226,219,18); }
td.TdClassName
{
border-color: #E2DB12;
}
.TagClassName
{
border-color: #E2DB12;
}
</style>