Shades of Buttercup #E5962C
Tints of Buttercup #E5962C
RGB
CMYK
RGB Variations
Color information
#E5962C (or 0xE5962C) is known color: Buttercup. HEX triplet: E5, 96 and 2C. RGB value is (229,150,44). Sum of RGB (Red+Green+Blue) = 229+150+44=423 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.14% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 44 (17.58% from 255 or 10.40% from 423); Max value from RGB is 229 - color contains mainly: red. Hex color #E5962C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5962C is #1A69D3. Grayscale: #A2A2A2. Windows color (decimal): -1731028 or 2922213. OLE color: 2922213.
HSL color Cylindrical-coordinate representation of color #E5962C: hue angle of 34.38º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5962C is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 150 | 44 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.10 |
| HSL | 34.38º | 0.78% | 0.54% | - |
| HSV(B) | 34.38º | 0.81% | 0.9% | - |
| XYZ | 43.67 | 38.65 | 7.54 | - |
| YUV | 161.54 | 61.67 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 150 | 44 | 0 | 0.34 | 0.81 | 0.10 | 34.38 | 0.78 | 0.54 |
| Hex | E5 | 96 | 2C | 0 | 22 | 51 | A | 22 | 4E | 36 |
| Octal | 345 | 226 | 54 | 0 | 42 | 121 | 12 | 42 | 116 | 66 |
| Binary | 11100101 | 10010110 | 101100 | 0 | 100010 | 1010001 | 1010 | 100010 | 1001110 | 110110 |
Color Harmonies of #E5962C
Complementary color
Monochromatic Colors of #E5962C
Black with #E5962C
Text Example
Text Example
White with #E5962C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5962C; }
p { color: rgb(229,150,44); }
H1.HeaderClassName
{
color: #E5962C;
}
.AnyTagClassName
{
color: #E5962C;
}
</style>
background-color css
<style>
a { background-color: #E5962C; }
a { background-color: rgb(229,150,44); }
div.DivClassName
{
background-color: #E5962C;
}
.BgClassName
{
background-color: #E5962C;
}
</style>
border-color css
<style>
span { border-color: #E5962C; }
span { border-color: rgb(229,150,44); }
td.TdClassName
{
border-color: #E5962C;
}
.TagClassName
{
border-color: #E5962C;
}
</style>