Shades of Buttercup #E0942D
Tints of Buttercup #E0942D
RGB
CMYK
RGB Variations
Color information
#E0942D (or 0xE0942D) is known color: Buttercup. HEX triplet: E0, 94 and 2D. RGB value is (224,148,45). Sum of RGB (Red+Green+Blue) = 224+148+45=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 45 (17.97% from 255 or 10.79% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E0942D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0942D is #1F6BD2. Grayscale: #9F9F9F. Windows color (decimal): -2059219 or 2987232. OLE color: 2987232.
HSL color Cylindrical-coordinate representation of color #E0942D: hue angle of 34.53º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0942D is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 148 | 45 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.12 |
| HSL | 34.53º | 0.74% | 0.53% | - |
| HSV(B) | 34.53º | 0.8% | 0.88% | - |
| XYZ | 41.8 | 37.22 | 7.46 | - |
| YUV | 158.98 | 63.68 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 45 | 0 | 0.34 | 0.80 | 0.12 | 34.53 | 0.74 | 0.53 |
| Hex | E0 | 94 | 2D | 0 | 22 | 50 | C | 23 | 4A | 35 |
| Octal | 340 | 224 | 55 | 0 | 42 | 120 | 14 | 43 | 112 | 65 |
| Binary | 11100000 | 10010100 | 101101 | 0 | 100010 | 1010000 | 1100 | 100011 | 1001010 | 110101 |
Color Harmonies of #E0942D
Complementary color
Monochromatic Colors of #E0942D
Black with #E0942D
Text Example
Text Example
White with #E0942D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0942D; }
p { color: rgb(224,148,45); }
H1.HeaderClassName
{
color: #E0942D;
}
.AnyTagClassName
{
color: #E0942D;
}
</style>
background-color css
<style>
a { background-color: #E0942D; }
a { background-color: rgb(224,148,45); }
div.DivClassName
{
background-color: #E0942D;
}
.BgClassName
{
background-color: #E0942D;
}
</style>
border-color css
<style>
span { border-color: #E0942D; }
span { border-color: rgb(224,148,45); }
td.TdClassName
{
border-color: #E0942D;
}
.TagClassName
{
border-color: #E0942D;
}
</style>