Shades of Buttercup #E1952B
Tints of Buttercup #E1952B
RGB
CMYK
RGB Variations
Color information
#E1952B (or 0xE1952B) is known color: Buttercup. HEX triplet: E1, 95 and 2B. RGB value is (225,149,43). Sum of RGB (Red+Green+Blue) = 225+149+43=417 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.96% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 43 (17.19% from 255 or 10.31% from 417); Max value from RGB is 225 - color contains mainly: red. Hex color #E1952B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1952B is #1E6AD4. Grayscale: #A0A0A0. Windows color (decimal): -1993429 or 2856417. OLE color: 2856417.
HSL color Cylindrical-coordinate representation of color #E1952B: hue angle of 34.95º 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 #E1952B is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 149 | 43 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.12 |
| HSL | 34.95º | 0.75% | 0.53% | - |
| HSV(B) | 34.95º | 0.81% | 0.88% | - |
| XYZ | 42.23 | 37.68 | 7.33 | - |
| YUV | 159.64 | 62.18 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 43 | 0 | 0.34 | 0.81 | 0.12 | 34.95 | 0.75 | 0.53 |
| Hex | E1 | 95 | 2B | 0 | 22 | 51 | C | 23 | 4B | 35 |
| Octal | 341 | 225 | 53 | 0 | 42 | 121 | 14 | 43 | 113 | 65 |
| Binary | 11100001 | 10010101 | 101011 | 0 | 100010 | 1010001 | 1100 | 100011 | 1001011 | 110101 |
Color Harmonies of #E1952B
Complementary color
Monochromatic Colors of #E1952B
Black with #E1952B
Text Example
Text Example
White with #E1952B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1952B; }
p { color: rgb(225,149,43); }
H1.HeaderClassName
{
color: #E1952B;
}
.AnyTagClassName
{
color: #E1952B;
}
</style>
background-color css
<style>
a { background-color: #E1952B; }
a { background-color: rgb(225,149,43); }
div.DivClassName
{
background-color: #E1952B;
}
.BgClassName
{
background-color: #E1952B;
}
</style>
border-color css
<style>
span { border-color: #E1952B; }
span { border-color: rgb(225,149,43); }
td.TdClassName
{
border-color: #E1952B;
}
.TagClassName
{
border-color: #E1952B;
}
</style>