Shades of Buttercup #E5972C
Tints of Buttercup #E5972C
RGB
CMYK
RGB Variations
Color information
#E5972C (or 0xE5972C) is known color: Buttercup. HEX triplet: E5, 97 and 2C. RGB value is (229,151,44). Sum of RGB (Red+Green+Blue) = 229+151+44=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 44 (17.58% from 255 or 10.38% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E5972C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5972C is #1A68D3. Grayscale: #A2A2A2. Windows color (decimal): -1730772 or 2922469. OLE color: 2922469.
HSL color Cylindrical-coordinate representation of color #E5972C: hue angle of 34.7º 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 #E5972C is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 151 | 44 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.10 |
| HSL | 34.7º | 0.78% | 0.54% | - |
| HSV(B) | 34.7º | 0.81% | 0.9% | - |
| XYZ | 43.83 | 38.97 | 7.6 | - |
| YUV | 162.12 | 61.34 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 151 | 44 | 0 | 0.34 | 0.81 | 0.10 | 34.7 | 0.78 | 0.54 |
| Hex | E5 | 97 | 2C | 0 | 22 | 51 | A | 23 | 4E | 36 |
| Octal | 345 | 227 | 54 | 0 | 42 | 121 | 12 | 43 | 116 | 66 |
| Binary | 11100101 | 10010111 | 101100 | 0 | 100010 | 1010001 | 1010 | 100011 | 1001110 | 110110 |
Color Harmonies of #E5972C
Complementary color
Monochromatic Colors of #E5972C
Black with #E5972C
Text Example
Text Example
White with #E5972C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5972C; }
p { color: rgb(229,151,44); }
H1.HeaderClassName
{
color: #E5972C;
}
.AnyTagClassName
{
color: #E5972C;
}
</style>
background-color css
<style>
a { background-color: #E5972C; }
a { background-color: rgb(229,151,44); }
div.DivClassName
{
background-color: #E5972C;
}
.BgClassName
{
background-color: #E5972C;
}
</style>
border-color css
<style>
span { border-color: #E5972C; }
span { border-color: rgb(229,151,44); }
td.TdClassName
{
border-color: #E5972C;
}
.TagClassName
{
border-color: #E5972C;
}
</style>