Shades of Buttercup #E2952C
Tints of Buttercup #E2952C
RGB
CMYK
RGB Variations
Color information
#E2952C (or 0xE2952C) is known color: Buttercup. HEX triplet: E2, 95 and 2C. RGB value is (226,149,44). Sum of RGB (Red+Green+Blue) = 226+149+44=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E2952C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2952C is #1D6AD3. Grayscale: #A0A0A0. Windows color (decimal): -1927892 or 2921954. OLE color: 2921954.
HSL color Cylindrical-coordinate representation of color #E2952C: hue angle of 34.62º 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 #E2952C is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 44 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.11 |
| HSL | 34.62º | 0.76% | 0.53% | - |
| HSV(B) | 34.62º | 0.81% | 0.89% | - |
| XYZ | 42.57 | 37.85 | 7.44 | - |
| YUV | 160.05 | 62.51 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 44 | 0 | 0.34 | 0.81 | 0.11 | 34.62 | 0.76 | 0.53 |
| Hex | E2 | 95 | 2C | 0 | 22 | 51 | B | 23 | 4C | 35 |
| Octal | 342 | 225 | 54 | 0 | 42 | 121 | 13 | 43 | 114 | 65 |
| Binary | 11100010 | 10010101 | 101100 | 0 | 100010 | 1010001 | 1011 | 100011 | 1001100 | 110101 |
Color Harmonies of #E2952C
Complementary color
Monochromatic Colors of #E2952C
Black with #E2952C
Text Example
Text Example
White with #E2952C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2952C; }
p { color: rgb(226,149,44); }
H1.HeaderClassName
{
color: #E2952C;
}
.AnyTagClassName
{
color: #E2952C;
}
</style>
background-color css
<style>
a { background-color: #E2952C; }
a { background-color: rgb(226,149,44); }
div.DivClassName
{
background-color: #E2952C;
}
.BgClassName
{
background-color: #E2952C;
}
</style>
border-color css
<style>
span { border-color: #E2952C; }
span { border-color: rgb(226,149,44); }
td.TdClassName
{
border-color: #E2952C;
}
.TagClassName
{
border-color: #E2952C;
}
</style>