Shades of Buttercup #E0952F
Tints of Buttercup #E0952F
RGB
CMYK
RGB Variations
Color information
#E0952F (or 0xE0952F) is known color: Buttercup. HEX triplet: E0, 95 and 2F. RGB value is (224,149,47). Sum of RGB (Red+Green+Blue) = 224+149+47=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 47 (18.75% from 255 or 11.19% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E0952F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0952F is #1F6AD0. Grayscale: #A0A0A0. Windows color (decimal): -2058961 or 3118560. OLE color: 3118560.
HSL color Cylindrical-coordinate representation of color #E0952F: hue angle of 34.58º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0952F is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 47 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.12 |
| HSL | 34.58º | 0.74% | 0.53% | - |
| HSV(B) | 34.58º | 0.79% | 0.88% | - |
| XYZ | 42 | 37.55 | 7.72 | - |
| YUV | 159.8 | 64.35 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 47 | 0 | 0.33 | 0.79 | 0.12 | 34.58 | 0.74 | 0.53 |
| Hex | E0 | 95 | 2F | 0 | 21 | 4F | C | 23 | 4A | 35 |
| Octal | 340 | 225 | 57 | 0 | 41 | 117 | 14 | 43 | 112 | 65 |
| Binary | 11100000 | 10010101 | 101111 | 0 | 100001 | 1001111 | 1100 | 100011 | 1001010 | 110101 |
Color Harmonies of #E0952F
Complementary color
Monochromatic Colors of #E0952F
Black with #E0952F
Text Example
Text Example
White with #E0952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0952F; }
p { color: rgb(224,149,47); }
H1.HeaderClassName
{
color: #E0952F;
}
.AnyTagClassName
{
color: #E0952F;
}
</style>
background-color css
<style>
a { background-color: #E0952F; }
a { background-color: rgb(224,149,47); }
div.DivClassName
{
background-color: #E0952F;
}
.BgClassName
{
background-color: #E0952F;
}
</style>
border-color css
<style>
span { border-color: #E0952F; }
span { border-color: rgb(224,149,47); }
td.TdClassName
{
border-color: #E0952F;
}
.TagClassName
{
border-color: #E0952F;
}
</style>