Shades of Buttercup #E1942C
Tints of Buttercup #E1942C
RGB
CMYK
RGB Variations
Color information
#E1942C (or 0xE1942C) is known color: Buttercup. HEX triplet: E1, 94 and 2C. RGB value is (225,148,44). Sum of RGB (Red+Green+Blue) = 225+148+44=417 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.96% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 44 (17.58% from 255 or 10.55% from 417); Max value from RGB is 225 - color contains mainly: red. Hex color #E1942C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1942C is #1E6BD3. Grayscale: #9F9F9F. Windows color (decimal): -1993684 or 2921697. OLE color: 2921697.
HSL color Cylindrical-coordinate representation of color #E1942C: hue angle of 34.48º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1942C is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 44 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.12 |
| HSL | 34.48º | 0.75% | 0.53% | - |
| HSV(B) | 34.48º | 0.8% | 0.88% | - |
| XYZ | 42.1 | 37.37 | 7.38 | - |
| YUV | 159.17 | 63.01 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 44 | 0 | 0.34 | 0.80 | 0.12 | 34.48 | 0.75 | 0.53 |
| Hex | E1 | 94 | 2C | 0 | 22 | 50 | C | 22 | 4B | 35 |
| Octal | 341 | 224 | 54 | 0 | 42 | 120 | 14 | 42 | 113 | 65 |
| Binary | 11100001 | 10010100 | 101100 | 0 | 100010 | 1010000 | 1100 | 100010 | 1001011 | 110101 |
Color Harmonies of #E1942C
Complementary color
Monochromatic Colors of #E1942C
Black with #E1942C
Text Example
Text Example
White with #E1942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1942C; }
p { color: rgb(225,148,44); }
H1.HeaderClassName
{
color: #E1942C;
}
.AnyTagClassName
{
color: #E1942C;
}
</style>
background-color css
<style>
a { background-color: #E1942C; }
a { background-color: rgb(225,148,44); }
div.DivClassName
{
background-color: #E1942C;
}
.BgClassName
{
background-color: #E1942C;
}
</style>
border-color css
<style>
span { border-color: #E1942C; }
span { border-color: rgb(225,148,44); }
td.TdClassName
{
border-color: #E1942C;
}
.TagClassName
{
border-color: #E1942C;
}
</style>