Shades of Buttercup #E5A12C
Tints of Buttercup #E5A12C
RGB
CMYK
RGB Variations
Color information
#E5A12C (or 0xE5A12C) is known color: Buttercup. HEX triplet: E5, A1 and 2C. RGB value is (229,161,44). Sum of RGB (Red+Green+Blue) = 229+161+44=434 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.76% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 44 (17.58% from 255 or 10.14% from 434); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A12C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A12C is #1A5ED3. Grayscale: #A8A8A8. Windows color (decimal): -1728212 or 2925029. OLE color: 2925029.
HSL color Cylindrical-coordinate representation of color #E5A12C: hue angle of 37.95º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5A12C is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 161 | 44 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.10 |
| HSL | 37.95º | 0.78% | 0.54% | - |
| HSV(B) | 37.95º | 0.81% | 0.9% | - |
| XYZ | 45.51 | 42.33 | 8.15 | - |
| YUV | 167.99 | 58.03 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 161 | 44 | 0 | 0.30 | 0.81 | 0.10 | 37.95 | 0.78 | 0.54 |
| Hex | E5 | A1 | 2C | 0 | 1E | 51 | A | 26 | 4E | 36 |
| Octal | 345 | 241 | 54 | 0 | 36 | 121 | 12 | 46 | 116 | 66 |
| Binary | 11100101 | 10100001 | 101100 | 0 | 11110 | 1010001 | 1010 | 100110 | 1001110 | 110110 |
Color Harmonies of #E5A12C
Complementary color
Monochromatic Colors of #E5A12C
Black with #E5A12C
Text Example
Text Example
White with #E5A12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A12C; }
p { color: rgb(229,161,44); }
H1.HeaderClassName
{
color: #E5A12C;
}
.AnyTagClassName
{
color: #E5A12C;
}
</style>
background-color css
<style>
a { background-color: #E5A12C; }
a { background-color: rgb(229,161,44); }
div.DivClassName
{
background-color: #E5A12C;
}
.BgClassName
{
background-color: #E5A12C;
}
</style>
border-color css
<style>
span { border-color: #E5A12C; }
span { border-color: rgb(229,161,44); }
td.TdClassName
{
border-color: #E5A12C;
}
.TagClassName
{
border-color: #E5A12C;
}
</style>