Shades of Buttercup #E5952E
Tints of Buttercup #E5952E
RGB
CMYK
RGB Variations
Color information
#E5952E (or 0xE5952E) is known color: Buttercup. HEX triplet: E5, 95 and 2E. RGB value is (229,149,46). Sum of RGB (Red+Green+Blue) = 229+149+46=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 46 (18.36% from 255 or 10.85% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E5952E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5952E is #1A6AD1. Grayscale: #A1A1A1. Windows color (decimal): -1731282 or 3053029. OLE color: 3053029.
HSL color Cylindrical-coordinate representation of color #E5952E: hue angle of 33.77º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E5952E is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 149 | 46 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.10 |
| HSL | 33.77º | 0.78% | 0.54% | - |
| HSV(B) | 33.77º | 0.8% | 0.9% | - |
| XYZ | 43.55 | 38.35 | 7.69 | - |
| YUV | 161.18 | 63 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 149 | 46 | 0 | 0.35 | 0.80 | 0.10 | 33.77 | 0.78 | 0.54 |
| Hex | E5 | 95 | 2E | 0 | 23 | 50 | A | 22 | 4E | 36 |
| Octal | 345 | 225 | 56 | 0 | 43 | 120 | 12 | 42 | 116 | 66 |
| Binary | 11100101 | 10010101 | 101110 | 0 | 100011 | 1010000 | 1010 | 100010 | 1001110 | 110110 |
Color Harmonies of #E5952E
Complementary color
Monochromatic Colors of #E5952E
Black with #E5952E
Text Example
Text Example
White with #E5952E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5952E; }
p { color: rgb(229,149,46); }
H1.HeaderClassName
{
color: #E5952E;
}
.AnyTagClassName
{
color: #E5952E;
}
</style>
background-color css
<style>
a { background-color: #E5952E; }
a { background-color: rgb(229,149,46); }
div.DivClassName
{
background-color: #E5952E;
}
.BgClassName
{
background-color: #E5952E;
}
</style>
border-color css
<style>
span { border-color: #E5952E; }
span { border-color: rgb(229,149,46); }
td.TdClassName
{
border-color: #E5952E;
}
.TagClassName
{
border-color: #E5952E;
}
</style>