Shades of Buttercup #E1972F
Tints of Buttercup #E1972F
RGB
CMYK
RGB Variations
Color information
#E1972F (or 0xE1972F) is known color: Buttercup. HEX triplet: E1, 97 and 2F. RGB value is (225,151,47). Sum of RGB (Red+Green+Blue) = 225+151+47=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 47 (18.75% from 255 or 11.11% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E1972F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1972F is #1E68D0. Grayscale: #A1A1A1. Windows color (decimal): -1992913 or 3119073. OLE color: 3119073.
HSL color Cylindrical-coordinate representation of color #E1972F: hue angle of 35.06º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E1972F is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 151 | 47 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.12 |
| HSL | 35.06º | 0.75% | 0.53% | - |
| HSV(B) | 35.06º | 0.79% | 0.88% | - |
| XYZ | 42.63 | 38.35 | 7.84 | - |
| YUV | 161.27 | 63.52 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 151 | 47 | 0 | 0.33 | 0.79 | 0.12 | 35.06 | 0.75 | 0.53 |
| Hex | E1 | 97 | 2F | 0 | 21 | 4F | C | 23 | 4B | 35 |
| Octal | 341 | 227 | 57 | 0 | 41 | 117 | 14 | 43 | 113 | 65 |
| Binary | 11100001 | 10010111 | 101111 | 0 | 100001 | 1001111 | 1100 | 100011 | 1001011 | 110101 |
Color Harmonies of #E1972F
Complementary color
Monochromatic Colors of #E1972F
Black with #E1972F
Text Example
Text Example
White with #E1972F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1972F; }
p { color: rgb(225,151,47); }
H1.HeaderClassName
{
color: #E1972F;
}
.AnyTagClassName
{
color: #E1972F;
}
</style>
background-color css
<style>
a { background-color: #E1972F; }
a { background-color: rgb(225,151,47); }
div.DivClassName
{
background-color: #E1972F;
}
.BgClassName
{
background-color: #E1972F;
}
</style>
border-color css
<style>
span { border-color: #E1972F; }
span { border-color: rgb(225,151,47); }
td.TdClassName
{
border-color: #E1972F;
}
.TagClassName
{
border-color: #E1972F;
}
</style>