Shades of Buttercup #E2942A
Tints of Buttercup #E2942A
RGB
CMYK
RGB Variations
Color information
#E2942A (or 0xE2942A) is known color: Buttercup. HEX triplet: E2, 94 and 2A. RGB value is (226,148,42). Sum of RGB (Red+Green+Blue) = 226+148+42=416 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.33% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 42 (16.80% from 255 or 10.10% from 416); Max value from RGB is 226 - color contains mainly: red. Hex color #E2942A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2942A is #1D6BD5. Grayscale: #9F9F9F. Windows color (decimal): -1928150 or 2790626. OLE color: 2790626.
HSL color Cylindrical-coordinate representation of color #E2942A: hue angle of 34.57º 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 #E2942A is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 148 | 42 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.11 |
| HSL | 34.57º | 0.76% | 0.53% | - |
| HSV(B) | 34.57º | 0.81% | 0.89% | - |
| XYZ | 42.37 | 37.52 | 7.2 | - |
| YUV | 159.24 | 61.84 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 148 | 42 | 0 | 0.35 | 0.81 | 0.11 | 34.57 | 0.76 | 0.53 |
| Hex | E2 | 94 | 2A | 0 | 23 | 51 | B | 23 | 4C | 35 |
| Octal | 342 | 224 | 52 | 0 | 43 | 121 | 13 | 43 | 114 | 65 |
| Binary | 11100010 | 10010100 | 101010 | 0 | 100011 | 1010001 | 1011 | 100011 | 1001100 | 110101 |
Color Harmonies of #E2942A
Complementary color
Monochromatic Colors of #E2942A
Black with #E2942A
Text Example
Text Example
White with #E2942A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2942A; }
p { color: rgb(226,148,42); }
H1.HeaderClassName
{
color: #E2942A;
}
.AnyTagClassName
{
color: #E2942A;
}
</style>
background-color css
<style>
a { background-color: #E2942A; }
a { background-color: rgb(226,148,42); }
div.DivClassName
{
background-color: #E2942A;
}
.BgClassName
{
background-color: #E2942A;
}
</style>
border-color css
<style>
span { border-color: #E2942A; }
span { border-color: rgb(226,148,42); }
td.TdClassName
{
border-color: #E2942A;
}
.TagClassName
{
border-color: #E2942A;
}
</style>