Shades of Buttercup #E08C30
Tints of Buttercup #E08C30
RGB
CMYK
RGB Variations
Color information
#E08C30 (or 0xE08C30) is known color: Buttercup. HEX triplet: E0, 8C and 30. RGB value is (224,140,48). Sum of RGB (Red+Green+Blue) = 224+140+48=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 48 (19.14% from 255 or 11.65% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08C30 is #1F73CF. Grayscale: #9B9B9B. Windows color (decimal): -2061264 or 3181792. OLE color: 3181792.
HSL color Cylindrical-coordinate representation of color #E08C30: hue angle of 31.36º 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 #E08C30 is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 140 | 48 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.12 |
| HSL | 31.36º | 0.74% | 0.53% | - |
| HSV(B) | 31.36º | 0.79% | 0.88% | - |
| XYZ | 40.65 | 34.82 | 7.37 | - |
| YUV | 154.63 | 67.83 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 140 | 48 | 0 | 0.38 | 0.79 | 0.12 | 31.36 | 0.74 | 0.53 |
| Hex | E0 | 8C | 30 | 0 | 26 | 4F | C | 1F | 4A | 35 |
| Octal | 340 | 214 | 60 | 0 | 46 | 117 | 14 | 37 | 112 | 65 |
| Binary | 11100000 | 10001100 | 110000 | 0 | 100110 | 1001111 | 1100 | 11111 | 1001010 | 110101 |
Color Harmonies of #E08C30
Complementary color
Monochromatic Colors of #E08C30
Black with #E08C30
Text Example
Text Example
White with #E08C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08C30; }
p { color: rgb(224,140,48); }
H1.HeaderClassName
{
color: #E08C30;
}
.AnyTagClassName
{
color: #E08C30;
}
</style>
background-color css
<style>
a { background-color: #E08C30; }
a { background-color: rgb(224,140,48); }
div.DivClassName
{
background-color: #E08C30;
}
.BgClassName
{
background-color: #E08C30;
}
</style>
border-color css
<style>
span { border-color: #E08C30; }
span { border-color: rgb(224,140,48); }
td.TdClassName
{
border-color: #E08C30;
}
.TagClassName
{
border-color: #E08C30;
}
</style>