Shades of Buttercup #E0952B
Tints of Buttercup #E0952B
RGB
CMYK
RGB Variations
Color information
#E0952B (or 0xE0952B) is known color: Buttercup. HEX triplet: E0, 95 and 2B. RGB value is (224,149,43). Sum of RGB (Red+Green+Blue) = 224+149+43=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 43 (17.19% from 255 or 10.34% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E0952B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0952B is #1F6AD4. Grayscale: #9F9F9F. Windows color (decimal): -2058965 or 2856416. OLE color: 2856416.
HSL color Cylindrical-coordinate representation of color #E0952B: hue angle of 35.14º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E0952B is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 43 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.12 |
| HSL | 35.14º | 0.74% | 0.52% | - |
| HSV(B) | 35.14º | 0.81% | 0.88% | - |
| XYZ | 41.92 | 37.52 | 7.32 | - |
| YUV | 159.34 | 62.35 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 43 | 0 | 0.33 | 0.81 | 0.12 | 35.14 | 0.74 | 0.52 |
| Hex | E0 | 95 | 2B | 0 | 21 | 51 | C | 23 | 4A | 34 |
| Octal | 340 | 225 | 53 | 0 | 41 | 121 | 14 | 43 | 112 | 64 |
| Binary | 11100000 | 10010101 | 101011 | 0 | 100001 | 1010001 | 1100 | 100011 | 1001010 | 110100 |
Color Harmonies of #E0952B
Complementary color
Monochromatic Colors of #E0952B
Black with #E0952B
Text Example
Text Example
White with #E0952B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0952B; }
p { color: rgb(224,149,43); }
H1.HeaderClassName
{
color: #E0952B;
}
.AnyTagClassName
{
color: #E0952B;
}
</style>
background-color css
<style>
a { background-color: #E0952B; }
a { background-color: rgb(224,149,43); }
div.DivClassName
{
background-color: #E0952B;
}
.BgClassName
{
background-color: #E0952B;
}
</style>
border-color css
<style>
span { border-color: #E0952B; }
span { border-color: rgb(224,149,43); }
td.TdClassName
{
border-color: #E0952B;
}
.TagClassName
{
border-color: #E0952B;
}
</style>