Shades of Buttercup #E5932F
Tints of Buttercup #E5932F
RGB
CMYK
RGB Variations
Color information
#E5932F (or 0xE5932F) is known color: Buttercup. HEX triplet: E5, 93 and 2F. RGB value is (229,147,47). Sum of RGB (Red+Green+Blue) = 229+147+47=423 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.14% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 47 (18.75% from 255 or 11.11% from 423); Max value from RGB is 229 - color contains mainly: red. Hex color #E5932F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5932F is #1A6CD0. Grayscale: #A0A0A0. Windows color (decimal): -1731793 or 3118053. OLE color: 3118053.
HSL color Cylindrical-coordinate representation of color #E5932F: hue angle of 32.97º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5932F is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 147 | 47 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.10 |
| HSL | 32.97º | 0.78% | 0.54% | - |
| HSV(B) | 32.97º | 0.79% | 0.9% | - |
| XYZ | 43.26 | 37.73 | 7.69 | - |
| YUV | 160.12 | 64.17 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 147 | 47 | 0 | 0.36 | 0.79 | 0.10 | 32.97 | 0.78 | 0.54 |
| Hex | E5 | 93 | 2F | 0 | 24 | 4F | A | 21 | 4E | 36 |
| Octal | 345 | 223 | 57 | 0 | 44 | 117 | 12 | 41 | 116 | 66 |
| Binary | 11100101 | 10010011 | 101111 | 0 | 100100 | 1001111 | 1010 | 100001 | 1001110 | 110110 |
Color Harmonies of #E5932F
Complementary color
Monochromatic Colors of #E5932F
Black with #E5932F
Text Example
Text Example
White with #E5932F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5932F; }
p { color: rgb(229,147,47); }
H1.HeaderClassName
{
color: #E5932F;
}
.AnyTagClassName
{
color: #E5932F;
}
</style>
background-color css
<style>
a { background-color: #E5932F; }
a { background-color: rgb(229,147,47); }
div.DivClassName
{
background-color: #E5932F;
}
.BgClassName
{
background-color: #E5932F;
}
</style>
border-color css
<style>
span { border-color: #E5932F; }
span { border-color: rgb(229,147,47); }
td.TdClassName
{
border-color: #E5932F;
}
.TagClassName
{
border-color: #E5932F;
}
</style>