Shades of Buttercup #E2932B
Tints of Buttercup #E2932B
RGB
CMYK
RGB Variations
Color information
#E2932B (or 0xE2932B) is known color: Buttercup. HEX triplet: E2, 93 and 2B. RGB value is (226,147,43). Sum of RGB (Red+Green+Blue) = 226+147+43=416 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.33% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 43 (17.19% from 255 or 10.34% from 416); Max value from RGB is 226 - color contains mainly: red. Hex color #E2932B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2932B is #1D6CD4. Grayscale: #9F9F9F. Windows color (decimal): -1928405 or 2855906. OLE color: 2855906.
HSL color Cylindrical-coordinate representation of color #E2932B: hue angle of 34.1º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2932B is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 147 | 43 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.11 |
| HSL | 34.1º | 0.76% | 0.53% | - |
| HSV(B) | 34.1º | 0.81% | 0.89% | - |
| XYZ | 42.23 | 37.21 | 7.24 | - |
| YUV | 158.77 | 62.67 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 43 | 0 | 0.35 | 0.81 | 0.11 | 34.1 | 0.76 | 0.53 |
| Hex | E2 | 93 | 2B | 0 | 23 | 51 | B | 22 | 4C | 35 |
| Octal | 342 | 223 | 53 | 0 | 43 | 121 | 13 | 42 | 114 | 65 |
| Binary | 11100010 | 10010011 | 101011 | 0 | 100011 | 1010001 | 1011 | 100010 | 1001100 | 110101 |
Color Harmonies of #E2932B
Complementary color
Monochromatic Colors of #E2932B
Black with #E2932B
Text Example
Text Example
White with #E2932B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2932B; }
p { color: rgb(226,147,43); }
H1.HeaderClassName
{
color: #E2932B;
}
.AnyTagClassName
{
color: #E2932B;
}
</style>
background-color css
<style>
a { background-color: #E2932B; }
a { background-color: rgb(226,147,43); }
div.DivClassName
{
background-color: #E2932B;
}
.BgClassName
{
background-color: #E2932B;
}
</style>
border-color css
<style>
span { border-color: #E2932B; }
span { border-color: rgb(226,147,43); }
td.TdClassName
{
border-color: #E2932B;
}
.TagClassName
{
border-color: #E2932B;
}
</style>