Shades of Broom #E2D31C
Tints of Broom #E2D31C
RGB
CMYK
RGB Variations
Color information
#E2D31C (or 0xE2D31C) is known color: Broom. HEX triplet: E2, D3 and 1C. RGB value is (226,211,28). Sum of RGB (Red+Green+Blue) = 226+211+28=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 28 (11.33% from 255 or 6.02% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D31C is #1D2CE3. Grayscale: #C3C3C3. Windows color (decimal): -1912036 or 1889250. OLE color: 1889250.
HSL color Cylindrical-coordinate representation of color #E2D31C: hue angle of 55.45º degrees, saturation: 0.78, 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 #E2D31C is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 211 | 28 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.11 |
| HSL | 55.45º | 0.78% | 0.5% | - |
| HSV(B) | 55.45º | 0.88% | 0.89% | - |
| XYZ | 54.87 | 62.84 | 10.34 | - |
| YUV | 194.62 | 33.97 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 211 | 28 | 0 | 0.07 | 0.88 | 0.11 | 55.45 | 0.78 | 0.5 |
| Hex | E2 | D3 | 1C | 0 | 7 | 58 | B | 37 | 4E | 32 |
| Octal | 342 | 323 | 34 | 0 | 7 | 130 | 13 | 67 | 116 | 62 |
| Binary | 11100010 | 11010011 | 11100 | 0 | 111 | 1011000 | 1011 | 110111 | 1001110 | 110010 |
Color Harmonies of #E2D31C
Complementary color
Monochromatic Colors of #E2D31C
Black with #E2D31C
Text Example
Text Example
White with #E2D31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D31C; }
p { color: rgb(226,211,28); }
H1.HeaderClassName
{
color: #E2D31C;
}
.AnyTagClassName
{
color: #E2D31C;
}
</style>
background-color css
<style>
a { background-color: #E2D31C; }
a { background-color: rgb(226,211,28); }
div.DivClassName
{
background-color: #E2D31C;
}
.BgClassName
{
background-color: #E2D31C;
}
</style>
border-color css
<style>
span { border-color: #E2D31C; }
span { border-color: rgb(226,211,28); }
td.TdClassName
{
border-color: #E2D31C;
}
.TagClassName
{
border-color: #E2D31C;
}
</style>