Shades of Broom #E2D41A
Tints of Broom #E2D41A
RGB
CMYK
RGB Variations
Color information
#E2D41A (or 0xE2D41A) is known color: Broom. HEX triplet: E2, D4 and 1A. RGB value is (226,212,26). Sum of RGB (Red+Green+Blue) = 226+212+26=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 26 (10.55% from 255 or 5.60% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D41A is #1D2BE5. Grayscale: #C3C3C3. Windows color (decimal): -1911782 or 1758434. OLE color: 1758434.
HSL color Cylindrical-coordinate representation of color #E2D41A: hue angle of 55.8º 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 #E2D41A is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 212 | 26 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.11 |
| HSL | 55.8º | 0.79% | 0.49% | - |
| HSV(B) | 55.8º | 0.88% | 0.89% | - |
| XYZ | 55.09 | 63.33 | 10.3 | - |
| YUV | 194.98 | 32.64 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 212 | 26 | 0 | 0.06 | 0.88 | 0.11 | 55.8 | 0.79 | 0.49 |
| Hex | E2 | D4 | 1A | 0 | 6 | 58 | B | 38 | 4F | 31 |
| Octal | 342 | 324 | 32 | 0 | 6 | 130 | 13 | 70 | 117 | 61 |
| Binary | 11100010 | 11010100 | 11010 | 0 | 110 | 1011000 | 1011 | 111000 | 1001111 | 110001 |
Color Harmonies of #E2D41A
Complementary color
Monochromatic Colors of #E2D41A
Black with #E2D41A
Text Example
Text Example
White with #E2D41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D41A; }
p { color: rgb(226,212,26); }
H1.HeaderClassName
{
color: #E2D41A;
}
.AnyTagClassName
{
color: #E2D41A;
}
</style>
background-color css
<style>
a { background-color: #E2D41A; }
a { background-color: rgb(226,212,26); }
div.DivClassName
{
background-color: #E2D41A;
}
.BgClassName
{
background-color: #E2D41A;
}
</style>
border-color css
<style>
span { border-color: #E2D41A; }
span { border-color: rgb(226,212,26); }
td.TdClassName
{
border-color: #E2D41A;
}
.TagClassName
{
border-color: #E2D41A;
}
</style>