Shades of Buttercup #E2A12C
Tints of Buttercup #E2A12C
RGB
CMYK
RGB Variations
Color information
#E2A12C (or 0xE2A12C) is known color: Buttercup. HEX triplet: E2, A1 and 2C. RGB value is (226,161,44). Sum of RGB (Red+Green+Blue) = 226+161+44=431 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.44% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 44 (17.58% from 255 or 10.21% from 431); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A12C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2A12C is #1D5ED3. Grayscale: #A7A7A7. Windows color (decimal): -1924820 or 2925026. OLE color: 2925026.
HSL color Cylindrical-coordinate representation of color #E2A12C: hue angle of 38.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 #E2A12C is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 161 | 44 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.11 |
| HSL | 38.57º | 0.76% | 0.53% | - |
| HSV(B) | 38.57º | 0.81% | 0.89% | - |
| XYZ | 44.56 | 41.84 | 8.11 | - |
| YUV | 167.1 | 58.53 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 161 | 44 | 0 | 0.29 | 0.81 | 0.11 | 38.57 | 0.76 | 0.53 |
| Hex | E2 | A1 | 2C | 0 | 1D | 51 | B | 27 | 4C | 35 |
| Octal | 342 | 241 | 54 | 0 | 35 | 121 | 13 | 47 | 114 | 65 |
| Binary | 11100010 | 10100001 | 101100 | 0 | 11101 | 1010001 | 1011 | 100111 | 1001100 | 110101 |
Color Harmonies of #E2A12C
Complementary color
Monochromatic Colors of #E2A12C
Black with #E2A12C
Text Example
Text Example
White with #E2A12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A12C; }
p { color: rgb(226,161,44); }
H1.HeaderClassName
{
color: #E2A12C;
}
.AnyTagClassName
{
color: #E2A12C;
}
</style>
background-color css
<style>
a { background-color: #E2A12C; }
a { background-color: rgb(226,161,44); }
div.DivClassName
{
background-color: #E2A12C;
}
.BgClassName
{
background-color: #E2A12C;
}
</style>
border-color css
<style>
span { border-color: #E2A12C; }
span { border-color: rgb(226,161,44); }
td.TdClassName
{
border-color: #E2A12C;
}
.TagClassName
{
border-color: #E2A12C;
}
</style>