Shades of Buttercup #E2A130
Tints of Buttercup #E2A130
RGB
CMYK
RGB Variations
Color information
#E2A130 (or 0xE2A130) is known color: Buttercup. HEX triplet: E2, A1 and 30. RGB value is (226,161,48). Sum of RGB (Red+Green+Blue) = 226+161+48=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 48 (19.14% from 255 or 11.03% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2A130 is #1D5ECF. Grayscale: #A8A8A8. Windows color (decimal): -1924816 or 3187170. OLE color: 3187170.
HSL color Cylindrical-coordinate representation of color #E2A130: hue angle of 38.09º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E2A130 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 161 | 48 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.11 |
| HSL | 38.09º | 0.75% | 0.54% | - |
| HSV(B) | 38.09º | 0.79% | 0.89% | - |
| XYZ | 44.64 | 41.87 | 8.53 | - |
| YUV | 167.55 | 60.53 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 161 | 48 | 0 | 0.29 | 0.79 | 0.11 | 38.09 | 0.75 | 0.54 |
| Hex | E2 | A1 | 30 | 0 | 1D | 4F | B | 26 | 4B | 36 |
| Octal | 342 | 241 | 60 | 0 | 35 | 117 | 13 | 46 | 113 | 66 |
| Binary | 11100010 | 10100001 | 110000 | 0 | 11101 | 1001111 | 1011 | 100110 | 1001011 | 110110 |
Color Harmonies of #E2A130
Complementary color
Monochromatic Colors of #E2A130
Black with #E2A130
Text Example
Text Example
White with #E2A130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A130; }
p { color: rgb(226,161,48); }
H1.HeaderClassName
{
color: #E2A130;
}
.AnyTagClassName
{
color: #E2A130;
}
</style>
background-color css
<style>
a { background-color: #E2A130; }
a { background-color: rgb(226,161,48); }
div.DivClassName
{
background-color: #E2A130;
}
.BgClassName
{
background-color: #E2A130;
}
</style>
border-color css
<style>
span { border-color: #E2A130; }
span { border-color: rgb(226,161,48); }
td.TdClassName
{
border-color: #E2A130;
}
.TagClassName
{
border-color: #E2A130;
}
</style>