Shades of Buttercup #E5962B
Tints of Buttercup #E5962B
RGB
CMYK
RGB Variations
Color information
#E5962B (or 0xE5962B) is known color: Buttercup. HEX triplet: E5, 96 and 2B. RGB value is (229,150,43). Sum of RGB (Red+Green+Blue) = 229+150+43=422 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.27% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 43 (17.19% from 255 or 10.19% from 422); Max value from RGB is 229 - color contains mainly: red. Hex color #E5962B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5962B is #1A69D4. Grayscale: #A1A1A1. Windows color (decimal): -1731029 or 2856677. OLE color: 2856677.
HSL color Cylindrical-coordinate representation of color #E5962B: hue angle of 34.52º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5962B is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 150 | 43 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.10 |
| HSL | 34.52º | 0.78% | 0.53% | - |
| HSV(B) | 34.52º | 0.81% | 0.9% | - |
| XYZ | 43.66 | 38.65 | 7.44 | - |
| YUV | 161.42 | 61.17 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 150 | 43 | 0 | 0.34 | 0.81 | 0.10 | 34.52 | 0.78 | 0.53 |
| Hex | E5 | 96 | 2B | 0 | 22 | 51 | A | 23 | 4E | 35 |
| Octal | 345 | 226 | 53 | 0 | 42 | 121 | 12 | 43 | 116 | 65 |
| Binary | 11100101 | 10010110 | 101011 | 0 | 100010 | 1010001 | 1010 | 100011 | 1001110 | 110101 |
Color Harmonies of #E5962B
Complementary color
Monochromatic Colors of #E5962B
Black with #E5962B
Text Example
Text Example
White with #E5962B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5962B; }
p { color: rgb(229,150,43); }
H1.HeaderClassName
{
color: #E5962B;
}
.AnyTagClassName
{
color: #E5962B;
}
</style>
background-color css
<style>
a { background-color: #E5962B; }
a { background-color: rgb(229,150,43); }
div.DivClassName
{
background-color: #E5962B;
}
.BgClassName
{
background-color: #E5962B;
}
</style>
border-color css
<style>
span { border-color: #E5962B; }
span { border-color: rgb(229,150,43); }
td.TdClassName
{
border-color: #E5962B;
}
.TagClassName
{
border-color: #E5962B;
}
</style>