Shades of Buttercup #E1981D
Tints of Buttercup #E1981D
RGB
CMYK
RGB Variations
Color information
#E1981D (or 0xE1981D) is known color: Buttercup. HEX triplet: E1, 98 and 1D. RGB value is (225,152,29). Sum of RGB (Red+Green+Blue) = 225+152+29=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 29 (11.72% from 255 or 7.14% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E1981D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1981D is #1E67E2. Grayscale: #A0A0A0. Windows color (decimal): -1992675 or 1939681. OLE color: 1939681.
HSL color Cylindrical-coordinate representation of color #E1981D: hue angle of 37.65º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E1981D is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 152 | 29 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.12 |
| HSL | 37.65º | 0.77% | 0.5% | - |
| HSV(B) | 37.65º | 0.87% | 0.88% | - |
| XYZ | 42.5 | 38.55 | 6.36 | - |
| YUV | 159.81 | 54.18 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 152 | 29 | 0 | 0.32 | 0.87 | 0.12 | 37.65 | 0.77 | 0.5 |
| Hex | E1 | 98 | 1D | 0 | 20 | 57 | C | 26 | 4D | 32 |
| Octal | 341 | 230 | 35 | 0 | 40 | 127 | 14 | 46 | 115 | 62 |
| Binary | 11100001 | 10011000 | 11101 | 0 | 100000 | 1010111 | 1100 | 100110 | 1001101 | 110010 |
Color Harmonies of #E1981D
Complementary color
Monochromatic Colors of #E1981D
Black with #E1981D
Text Example
Text Example
White with #E1981D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1981D; }
p { color: rgb(225,152,29); }
H1.HeaderClassName
{
color: #E1981D;
}
.AnyTagClassName
{
color: #E1981D;
}
</style>
background-color css
<style>
a { background-color: #E1981D; }
a { background-color: rgb(225,152,29); }
div.DivClassName
{
background-color: #E1981D;
}
.BgClassName
{
background-color: #E1981D;
}
</style>
border-color css
<style>
span { border-color: #E1981D; }
span { border-color: rgb(225,152,29); }
td.TdClassName
{
border-color: #E1981D;
}
.TagClassName
{
border-color: #E1981D;
}
</style>