Shades of Buttercup #E1962B
Tints of Buttercup #E1962B
RGB
CMYK
RGB Variations
Color information
#E1962B (or 0xE1962B) is known color: Buttercup. HEX triplet: E1, 96 and 2B. RGB value is (225,150,43). Sum of RGB (Red+Green+Blue) = 225+150+43=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 43 (17.19% from 255 or 10.29% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E1962B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1962B is #1E69D4. Grayscale: #A0A0A0. Windows color (decimal): -1993173 or 2856673. OLE color: 2856673.
HSL color Cylindrical-coordinate representation of color #E1962B: hue angle of 35.27º 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 #E1962B is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 150 | 43 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.12 |
| HSL | 35.27º | 0.75% | 0.53% | - |
| HSV(B) | 35.27º | 0.81% | 0.88% | - |
| XYZ | 42.39 | 37.99 | 7.38 | - |
| YUV | 160.23 | 61.85 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 43 | 0 | 0.33 | 0.81 | 0.12 | 35.27 | 0.75 | 0.53 |
| Hex | E1 | 96 | 2B | 0 | 21 | 51 | C | 23 | 4B | 35 |
| Octal | 341 | 226 | 53 | 0 | 41 | 121 | 14 | 43 | 113 | 65 |
| Binary | 11100001 | 10010110 | 101011 | 0 | 100001 | 1010001 | 1100 | 100011 | 1001011 | 110101 |
Color Harmonies of #E1962B
Complementary color
Monochromatic Colors of #E1962B
Black with #E1962B
Text Example
Text Example
White with #E1962B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1962B; }
p { color: rgb(225,150,43); }
H1.HeaderClassName
{
color: #E1962B;
}
.AnyTagClassName
{
color: #E1962B;
}
</style>
background-color css
<style>
a { background-color: #E1962B; }
a { background-color: rgb(225,150,43); }
div.DivClassName
{
background-color: #E1962B;
}
.BgClassName
{
background-color: #E1962B;
}
</style>
border-color css
<style>
span { border-color: #E1962B; }
span { border-color: rgb(225,150,43); }
td.TdClassName
{
border-color: #E1962B;
}
.TagClassName
{
border-color: #E1962B;
}
</style>