Shades of Buttercup #E1882A
Tints of Buttercup #E1882A
RGB
CMYK
RGB Variations
Color information
#E1882A (or 0xE1882A) is known color: Buttercup. HEX triplet: E1, 88 and 2A. RGB value is (225,136,42). Sum of RGB (Red+Green+Blue) = 225+136+42=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 42 (16.80% from 255 or 10.42% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E1882A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1882A is #1E77D5. Grayscale: #989898. Windows color (decimal): -1996758 or 2787553. OLE color: 2787553.
HSL color Cylindrical-coordinate representation of color #E1882A: hue angle of 30.82º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1882A is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 136 | 42 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.12 |
| HSL | 30.82º | 0.75% | 0.52% | - |
| HSV(B) | 30.82º | 0.81% | 0.88% | - |
| XYZ | 40.27 | 33.78 | 6.59 | - |
| YUV | 151.9 | 65.99 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 136 | 42 | 0 | 0.40 | 0.81 | 0.12 | 30.82 | 0.75 | 0.52 |
| Hex | E1 | 88 | 2A | 0 | 28 | 51 | C | 1F | 4B | 34 |
| Octal | 341 | 210 | 52 | 0 | 50 | 121 | 14 | 37 | 113 | 64 |
| Binary | 11100001 | 10001000 | 101010 | 0 | 101000 | 1010001 | 1100 | 11111 | 1001011 | 110100 |
Color Harmonies of #E1882A
Complementary color
Monochromatic Colors of #E1882A
Black with #E1882A
Text Example
Text Example
White with #E1882A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1882A; }
p { color: rgb(225,136,42); }
H1.HeaderClassName
{
color: #E1882A;
}
.AnyTagClassName
{
color: #E1882A;
}
</style>
background-color css
<style>
a { background-color: #E1882A; }
a { background-color: rgb(225,136,42); }
div.DivClassName
{
background-color: #E1882A;
}
.BgClassName
{
background-color: #E1882A;
}
</style>
border-color css
<style>
span { border-color: #E1882A; }
span { border-color: rgb(225,136,42); }
td.TdClassName
{
border-color: #E1882A;
}
.TagClassName
{
border-color: #E1882A;
}
</style>