Shades of Buttercup #E1942B
Tints of Buttercup #E1942B
RGB
CMYK
RGB Variations
Color information
#E1942B (or 0xE1942B) is known color: Buttercup. HEX triplet: E1, 94 and 2B. RGB value is (225,148,43). Sum of RGB (Red+Green+Blue) = 225+148+43=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 43 (17.19% from 255 or 10.34% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E1942B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1942B is #1E6BD4. Grayscale: #9F9F9F. Windows color (decimal): -1993685 or 2856161. OLE color: 2856161.
HSL color Cylindrical-coordinate representation of color #E1942B: hue angle of 34.62º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1942B is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 43 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.12 |
| HSL | 34.62º | 0.75% | 0.53% | - |
| HSV(B) | 34.62º | 0.81% | 0.88% | - |
| XYZ | 42.08 | 37.36 | 7.28 | - |
| YUV | 159.05 | 62.51 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 43 | 0 | 0.34 | 0.81 | 0.12 | 34.62 | 0.75 | 0.53 |
| Hex | E1 | 94 | 2B | 0 | 22 | 51 | C | 23 | 4B | 35 |
| Octal | 341 | 224 | 53 | 0 | 42 | 121 | 14 | 43 | 113 | 65 |
| Binary | 11100001 | 10010100 | 101011 | 0 | 100010 | 1010001 | 1100 | 100011 | 1001011 | 110101 |
Color Harmonies of #E1942B
Complementary color
Monochromatic Colors of #E1942B
Black with #E1942B
Text Example
Text Example
White with #E1942B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1942B; }
p { color: rgb(225,148,43); }
H1.HeaderClassName
{
color: #E1942B;
}
.AnyTagClassName
{
color: #E1942B;
}
</style>
background-color css
<style>
a { background-color: #E1942B; }
a { background-color: rgb(225,148,43); }
div.DivClassName
{
background-color: #E1942B;
}
.BgClassName
{
background-color: #E1942B;
}
</style>
border-color css
<style>
span { border-color: #E1942B; }
span { border-color: rgb(225,148,43); }
td.TdClassName
{
border-color: #E1942B;
}
.TagClassName
{
border-color: #E1942B;
}
</style>