Shades of Buttercup #E2992C
Tints of Buttercup #E2992C
RGB
CMYK
RGB Variations
Color information
#E2992C (or 0xE2992C) is known color: Buttercup. HEX triplet: E2, 99 and 2C. RGB value is (226,153,44). Sum of RGB (Red+Green+Blue) = 226+153+44=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 44 (17.58% from 255 or 10.40% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E2992C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2992C is #1D66D3. Grayscale: #A2A2A2. Windows color (decimal): -1926868 or 2922978. OLE color: 2922978.
HSL color Cylindrical-coordinate representation of color #E2992C: hue angle of 35.93º 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 #E2992C is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 153 | 44 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.11 |
| HSL | 35.93º | 0.76% | 0.53% | - |
| HSV(B) | 35.93º | 0.81% | 0.89% | - |
| XYZ | 43.21 | 39.13 | 7.66 | - |
| YUV | 162.4 | 61.18 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 44 | 0 | 0.32 | 0.81 | 0.11 | 35.93 | 0.76 | 0.53 |
| Hex | E2 | 99 | 2C | 0 | 20 | 51 | B | 24 | 4C | 35 |
| Octal | 342 | 231 | 54 | 0 | 40 | 121 | 13 | 44 | 114 | 65 |
| Binary | 11100010 | 10011001 | 101100 | 0 | 100000 | 1010001 | 1011 | 100100 | 1001100 | 110101 |
Color Harmonies of #E2992C
Complementary color
Monochromatic Colors of #E2992C
Black with #E2992C
Text Example
Text Example
White with #E2992C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2992C; }
p { color: rgb(226,153,44); }
H1.HeaderClassName
{
color: #E2992C;
}
.AnyTagClassName
{
color: #E2992C;
}
</style>
background-color css
<style>
a { background-color: #E2992C; }
a { background-color: rgb(226,153,44); }
div.DivClassName
{
background-color: #E2992C;
}
.BgClassName
{
background-color: #E2992C;
}
</style>
border-color css
<style>
span { border-color: #E2992C; }
span { border-color: rgb(226,153,44); }
td.TdClassName
{
border-color: #E2992C;
}
.TagClassName
{
border-color: #E2992C;
}
</style>