Shades of Broom #E2D61A
Tints of Broom #E2D61A
RGB
CMYK
RGB Variations
Color information
#E2D61A (or 0xE2D61A) is known color: Broom. HEX triplet: E2, D6 and 1A. RGB value is (226,214,26). Sum of RGB (Red+Green+Blue) = 226+214+26=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 26 (10.55% from 255 or 5.58% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D61A is #1D29E5. Grayscale: #C4C4C4. Windows color (decimal): -1911270 or 1758946. OLE color: 1758946.
HSL color Cylindrical-coordinate representation of color #E2D61A: hue angle of 56.4º 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 #E2D61A is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 214 | 26 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.11 |
| HSL | 56.4º | 0.79% | 0.49% | - |
| HSV(B) | 56.4º | 0.88% | 0.89% | - |
| XYZ | 55.6 | 64.34 | 10.47 | - |
| YUV | 196.16 | 31.98 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 26 | 0 | 0.05 | 0.88 | 0.11 | 56.4 | 0.79 | 0.49 |
| Hex | E2 | D6 | 1A | 0 | 5 | 58 | B | 38 | 4F | 31 |
| Octal | 342 | 326 | 32 | 0 | 5 | 130 | 13 | 70 | 117 | 61 |
| Binary | 11100010 | 11010110 | 11010 | 0 | 101 | 1011000 | 1011 | 111000 | 1001111 | 110001 |
Color Harmonies of #E2D61A
Complementary color
Monochromatic Colors of #E2D61A
Black with #E2D61A
Text Example
Text Example
White with #E2D61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D61A; }
p { color: rgb(226,214,26); }
H1.HeaderClassName
{
color: #E2D61A;
}
.AnyTagClassName
{
color: #E2D61A;
}
</style>
background-color css
<style>
a { background-color: #E2D61A; }
a { background-color: rgb(226,214,26); }
div.DivClassName
{
background-color: #E2D61A;
}
.BgClassName
{
background-color: #E2D61A;
}
</style>
border-color css
<style>
span { border-color: #E2D61A; }
span { border-color: rgb(226,214,26); }
td.TdClassName
{
border-color: #E2D61A;
}
.TagClassName
{
border-color: #E2D61A;
}
</style>