Shades of Buttercup #E0941C
Tints of Buttercup #E0941C
RGB
CMYK
RGB Variations
Color information
#E0941C (or 0xE0941C) is known color: Buttercup. HEX triplet: E0, 94 and 1C. RGB value is (224,148,28). Sum of RGB (Red+Green+Blue) = 224+148+28=400 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 28 (11.33% from 255 or 7% from 400); Max value from RGB is 224 - color contains mainly: red. Hex color #E0941C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0941C is #1F6BE3. Grayscale: #9D9D9D. Windows color (decimal): -2059236 or 1873120. OLE color: 1873120.
HSL color Cylindrical-coordinate representation of color #E0941C: hue angle of 36.73º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E0941C is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 148 | 28 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.12 |
| HSL | 36.73º | 0.78% | 0.49% | - |
| HSV(B) | 36.73º | 0.88% | 0.88% | - |
| XYZ | 41.54 | 37.11 | 6.07 | - |
| YUV | 157.04 | 55.18 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 28 | 0 | 0.34 | 0.88 | 0.12 | 36.73 | 0.78 | 0.49 |
| Hex | E0 | 94 | 1C | 0 | 22 | 58 | C | 25 | 4E | 31 |
| Octal | 340 | 224 | 34 | 0 | 42 | 130 | 14 | 45 | 116 | 61 |
| Binary | 11100000 | 10010100 | 11100 | 0 | 100010 | 1011000 | 1100 | 100101 | 1001110 | 110001 |
Color Harmonies of #E0941C
Complementary color
Monochromatic Colors of #E0941C
Black with #E0941C
Text Example
Text Example
White with #E0941C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0941C; }
p { color: rgb(224,148,28); }
H1.HeaderClassName
{
color: #E0941C;
}
.AnyTagClassName
{
color: #E0941C;
}
</style>
background-color css
<style>
a { background-color: #E0941C; }
a { background-color: rgb(224,148,28); }
div.DivClassName
{
background-color: #E0941C;
}
.BgClassName
{
background-color: #E0941C;
}
</style>
border-color css
<style>
span { border-color: #E0941C; }
span { border-color: rgb(224,148,28); }
td.TdClassName
{
border-color: #E0941C;
}
.TagClassName
{
border-color: #E0941C;
}
</style>