Shades of Buttercup #E2932D
Tints of Buttercup #E2932D
RGB
CMYK
RGB Variations
Color information
#E2932D (or 0xE2932D) is known color: Buttercup. HEX triplet: E2, 93 and 2D. RGB value is (226,147,45). Sum of RGB (Red+Green+Blue) = 226+147+45=418 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.07% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 45 (17.97% from 255 or 10.77% from 418); Max value from RGB is 226 - color contains mainly: red. Hex color #E2932D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2932D is #1D6CD2. Grayscale: #9F9F9F. Windows color (decimal): -1928403 or 2986978. OLE color: 2986978.
HSL color Cylindrical-coordinate representation of color #E2932D: hue angle of 33.81º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2932D is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 147 | 45 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.11 |
| HSL | 33.81º | 0.76% | 0.53% | - |
| HSV(B) | 33.81º | 0.8% | 0.89% | - |
| XYZ | 42.27 | 37.23 | 7.44 | - |
| YUV | 158.99 | 63.67 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 45 | 0 | 0.35 | 0.80 | 0.11 | 33.81 | 0.76 | 0.53 |
| Hex | E2 | 93 | 2D | 0 | 23 | 50 | B | 22 | 4C | 35 |
| Octal | 342 | 223 | 55 | 0 | 43 | 120 | 13 | 42 | 114 | 65 |
| Binary | 11100010 | 10010011 | 101101 | 0 | 100011 | 1010000 | 1011 | 100010 | 1001100 | 110101 |
Color Harmonies of #E2932D
Complementary color
Monochromatic Colors of #E2932D
Black with #E2932D
Text Example
Text Example
White with #E2932D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2932D; }
p { color: rgb(226,147,45); }
H1.HeaderClassName
{
color: #E2932D;
}
.AnyTagClassName
{
color: #E2932D;
}
</style>
background-color css
<style>
a { background-color: #E2932D; }
a { background-color: rgb(226,147,45); }
div.DivClassName
{
background-color: #E2932D;
}
.BgClassName
{
background-color: #E2932D;
}
</style>
border-color css
<style>
span { border-color: #E2932D; }
span { border-color: rgb(226,147,45); }
td.TdClassName
{
border-color: #E2932D;
}
.TagClassName
{
border-color: #E2932D;
}
</style>