Shades of Broom #E2D126
Tints of Broom #E2D126
RGB
CMYK
RGB Variations
Color information
#E2D126 (or 0xE2D126) is known color: Broom. HEX triplet: E2, D1 and 26. RGB value is (226,209,38). Sum of RGB (Red+Green+Blue) = 226+209+38=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 209 (82.03% from 255 or 44.19% from 473); Blue value is 38 (15.23% from 255 or 8.03% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D126 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D126 is #1D2ED9. Grayscale: #C3C3C3. Windows color (decimal): -1912538 or 2544098. OLE color: 2544098.
HSL color Cylindrical-coordinate representation of color #E2D126: hue angle of 54.57º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2D126 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 209 | 38 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.11 |
| HSL | 54.57º | 0.76% | 0.52% | - |
| HSV(B) | 54.57º | 0.83% | 0.89% | - |
| XYZ | 54.51 | 61.91 | 10.91 | - |
| YUV | 194.59 | 39.63 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 209 | 38 | 0 | 0.08 | 0.83 | 0.11 | 54.57 | 0.76 | 0.52 |
| Hex | E2 | D1 | 26 | 0 | 8 | 53 | B | 37 | 4C | 34 |
| Octal | 342 | 321 | 46 | 0 | 10 | 123 | 13 | 67 | 114 | 64 |
| Binary | 11100010 | 11010001 | 100110 | 0 | 1000 | 1010011 | 1011 | 110111 | 1001100 | 110100 |
Color Harmonies of #E2D126
Complementary color
Monochromatic Colors of #E2D126
Black with #E2D126
Text Example
Text Example
White with #E2D126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D126; }
p { color: rgb(226,209,38); }
H1.HeaderClassName
{
color: #E2D126;
}
.AnyTagClassName
{
color: #E2D126;
}
</style>
background-color css
<style>
a { background-color: #E2D126; }
a { background-color: rgb(226,209,38); }
div.DivClassName
{
background-color: #E2D126;
}
.BgClassName
{
background-color: #E2D126;
}
</style>
border-color css
<style>
span { border-color: #E2D126; }
span { border-color: rgb(226,209,38); }
td.TdClassName
{
border-color: #E2D126;
}
.TagClassName
{
border-color: #E2D126;
}
</style>