Shades of Buttercup #E1922C
Tints of Buttercup #E1922C
RGB
CMYK
RGB Variations
Color information
#E1922C (or 0xE1922C) is known color: Buttercup. HEX triplet: E1, 92 and 2C. RGB value is (225,146,44). Sum of RGB (Red+Green+Blue) = 225+146+44=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 44 (17.58% from 255 or 10.60% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E1922C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1922C is #1E6DD3. Grayscale: #9E9E9E. Windows color (decimal): -1994196 or 2921185. OLE color: 2921185.
HSL color Cylindrical-coordinate representation of color #E1922C: hue angle of 33.81º 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 #E1922C is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 44 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.12 |
| HSL | 33.81º | 0.75% | 0.53% | - |
| HSV(B) | 33.81º | 0.8% | 0.88% | - |
| XYZ | 41.78 | 36.75 | 7.27 | - |
| YUV | 157.99 | 63.67 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 44 | 0 | 0.35 | 0.80 | 0.12 | 33.81 | 0.75 | 0.53 |
| Hex | E1 | 92 | 2C | 0 | 23 | 50 | C | 22 | 4B | 35 |
| Octal | 341 | 222 | 54 | 0 | 43 | 120 | 14 | 42 | 113 | 65 |
| Binary | 11100001 | 10010010 | 101100 | 0 | 100011 | 1010000 | 1100 | 100010 | 1001011 | 110101 |
Color Harmonies of #E1922C
Complementary color
Monochromatic Colors of #E1922C
Black with #E1922C
Text Example
Text Example
White with #E1922C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1922C; }
p { color: rgb(225,146,44); }
H1.HeaderClassName
{
color: #E1922C;
}
.AnyTagClassName
{
color: #E1922C;
}
</style>
background-color css
<style>
a { background-color: #E1922C; }
a { background-color: rgb(225,146,44); }
div.DivClassName
{
background-color: #E1922C;
}
.BgClassName
{
background-color: #E1922C;
}
</style>
border-color css
<style>
span { border-color: #E1922C; }
span { border-color: rgb(225,146,44); }
td.TdClassName
{
border-color: #E1922C;
}
.TagClassName
{
border-color: #E1922C;
}
</style>