Shades of Broom #E2D71B
Tints of Broom #E2D71B
RGB
CMYK
RGB Variations
Color information
#E2D71B (or 0xE2D71B) is known color: Broom. HEX triplet: E2, D7 and 1B. RGB value is (226,215,27). Sum of RGB (Red+Green+Blue) = 226+215+27=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 215 (84.38% from 255 or 45.94% from 468); Blue value is 27 (10.94% from 255 or 5.77% from 468); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D71B is #1D28E4. Grayscale: #C5C5C5. Windows color (decimal): -1911013 or 1824738. OLE color: 1824738.
HSL color Cylindrical-coordinate representation of color #E2D71B: hue angle of 56.68º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2D71B is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 215 | 27 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.11 |
| HSL | 56.68º | 0.79% | 0.5% | - |
| HSV(B) | 56.68º | 0.88% | 0.89% | - |
| XYZ | 55.86 | 64.85 | 10.61 | - |
| YUV | 196.86 | 32.14 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 215 | 27 | 0 | 0.05 | 0.88 | 0.11 | 56.68 | 0.79 | 0.5 |
| Hex | E2 | D7 | 1B | 0 | 5 | 58 | B | 39 | 4F | 32 |
| Octal | 342 | 327 | 33 | 0 | 5 | 130 | 13 | 71 | 117 | 62 |
| Binary | 11100010 | 11010111 | 11011 | 0 | 101 | 1011000 | 1011 | 111001 | 1001111 | 110010 |
Color Harmonies of #E2D71B
Complementary color
Monochromatic Colors of #E2D71B
Black with #E2D71B
Text Example
Text Example
White with #E2D71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D71B; }
p { color: rgb(226,215,27); }
H1.HeaderClassName
{
color: #E2D71B;
}
.AnyTagClassName
{
color: #E2D71B;
}
</style>
background-color css
<style>
a { background-color: #E2D71B; }
a { background-color: rgb(226,215,27); }
div.DivClassName
{
background-color: #E2D71B;
}
.BgClassName
{
background-color: #E2D71B;
}
</style>
border-color css
<style>
span { border-color: #E2D71B; }
span { border-color: rgb(226,215,27); }
td.TdClassName
{
border-color: #E2D71B;
}
.TagClassName
{
border-color: #E2D71B;
}
</style>