Shades of Broom #E2D31A
Tints of Broom #E2D31A
RGB
CMYK
RGB Variations
Color information
#E2D31A (or 0xE2D31A) is known color: Broom. HEX triplet: E2, D3 and 1A. RGB value is (226,211,26). Sum of RGB (Red+Green+Blue) = 226+211+26=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 26 (10.55% from 255 or 5.62% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D31A is #1D2CE5. Grayscale: #C3C3C3. Windows color (decimal): -1912038 or 1758178. OLE color: 1758178.
HSL color Cylindrical-coordinate representation of color #E2D31A: hue angle of 55.5º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2D31A is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 211 | 26 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.11 |
| HSL | 55.5º | 0.79% | 0.49% | - |
| HSV(B) | 55.5º | 0.88% | 0.89% | - |
| XYZ | 54.84 | 62.83 | 10.21 | - |
| YUV | 194.4 | 32.97 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 211 | 26 | 0 | 0.07 | 0.88 | 0.11 | 55.5 | 0.79 | 0.49 |
| Hex | E2 | D3 | 1A | 0 | 7 | 58 | B | 38 | 4F | 31 |
| Octal | 342 | 323 | 32 | 0 | 7 | 130 | 13 | 70 | 117 | 61 |
| Binary | 11100010 | 11010011 | 11010 | 0 | 111 | 1011000 | 1011 | 111000 | 1001111 | 110001 |
Color Harmonies of #E2D31A
Complementary color
Monochromatic Colors of #E2D31A
Black with #E2D31A
Text Example
Text Example
White with #E2D31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D31A; }
p { color: rgb(226,211,26); }
H1.HeaderClassName
{
color: #E2D31A;
}
.AnyTagClassName
{
color: #E2D31A;
}
</style>
background-color css
<style>
a { background-color: #E2D31A; }
a { background-color: rgb(226,211,26); }
div.DivClassName
{
background-color: #E2D31A;
}
.BgClassName
{
background-color: #E2D31A;
}
</style>
border-color css
<style>
span { border-color: #E2D31A; }
span { border-color: rgb(226,211,26); }
td.TdClassName
{
border-color: #E2D31A;
}
.TagClassName
{
border-color: #E2D31A;
}
</style>