Shades of Broom #E2D316
Tints of Broom #E2D316
RGB
CMYK
RGB Variations
Color information
#E2D316 (or 0xE2D316) is known color: Broom. HEX triplet: E2, D3 and 16. RGB value is (226,211,22). Sum of RGB (Red+Green+Blue) = 226+211+22=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 211 (82.81% from 255 or 45.97% from 459); Blue value is 22 (8.98% from 255 or 4.79% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2D316 is #1D2CE9. Grayscale: #C2C2C2. Windows color (decimal): -1912042 or 1496034. OLE color: 1496034.
HSL color Cylindrical-coordinate representation of color #E2D316: hue angle of 55.59º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E2D316 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 211 | 22 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.11 |
| HSL | 55.59º | 0.82% | 0.49% | - |
| HSV(B) | 55.59º | 0.9% | 0.89% | - |
| XYZ | 54.8 | 62.82 | 10 | - |
| YUV | 193.94 | 30.97 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 211 | 22 | 0 | 0.07 | 0.90 | 0.11 | 55.59 | 0.82 | 0.49 |
| Hex | E2 | D3 | 16 | 0 | 7 | 5A | B | 38 | 52 | 31 |
| Octal | 342 | 323 | 26 | 0 | 7 | 132 | 13 | 70 | 122 | 61 |
| Binary | 11100010 | 11010011 | 10110 | 0 | 111 | 1011010 | 1011 | 111000 | 1010010 | 110001 |
Color Harmonies of #E2D316
Complementary color
Monochromatic Colors of #E2D316
Black with #E2D316
Text Example
Text Example
White with #E2D316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D316; }
p { color: rgb(226,211,22); }
H1.HeaderClassName
{
color: #E2D316;
}
.AnyTagClassName
{
color: #E2D316;
}
</style>
background-color css
<style>
a { background-color: #E2D316; }
a { background-color: rgb(226,211,22); }
div.DivClassName
{
background-color: #E2D316;
}
.BgClassName
{
background-color: #E2D316;
}
</style>
border-color css
<style>
span { border-color: #E2D316; }
span { border-color: rgb(226,211,22); }
td.TdClassName
{
border-color: #E2D316;
}
.TagClassName
{
border-color: #E2D316;
}
</style>