Shades of Buttercup #E19C30
Tints of Buttercup #E19C30
RGB
CMYK
RGB Variations
Color information
#E19C30 (or 0xE19C30) is known color: Buttercup. HEX triplet: E1, 9C and 30. RGB value is (225,156,48). Sum of RGB (Red+Green+Blue) = 225+156+48=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 48 (19.14% from 255 or 11.19% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E19C30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E19C30 is #1E63CF. Grayscale: #A4A4A4. Windows color (decimal): -1991632 or 3185889. OLE color: 3185889.
HSL color Cylindrical-coordinate representation of color #E19C30: hue angle of 36.61º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E19C30 is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 156 | 48 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.12 |
| HSL | 36.61º | 0.75% | 0.54% | - |
| HSV(B) | 36.61º | 0.79% | 0.88% | - |
| XYZ | 43.47 | 40 | 8.23 | - |
| YUV | 164.32 | 62.36 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 156 | 48 | 0 | 0.31 | 0.79 | 0.12 | 36.61 | 0.75 | 0.54 |
| Hex | E1 | 9C | 30 | 0 | 1F | 4F | C | 25 | 4B | 36 |
| Octal | 341 | 234 | 60 | 0 | 37 | 117 | 14 | 45 | 113 | 66 |
| Binary | 11100001 | 10011100 | 110000 | 0 | 11111 | 1001111 | 1100 | 100101 | 1001011 | 110110 |
Color Harmonies of #E19C30
Complementary color
Monochromatic Colors of #E19C30
Black with #E19C30
Text Example
Text Example
White with #E19C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19C30; }
p { color: rgb(225,156,48); }
H1.HeaderClassName
{
color: #E19C30;
}
.AnyTagClassName
{
color: #E19C30;
}
</style>
background-color css
<style>
a { background-color: #E19C30; }
a { background-color: rgb(225,156,48); }
div.DivClassName
{
background-color: #E19C30;
}
.BgClassName
{
background-color: #E19C30;
}
</style>
border-color css
<style>
span { border-color: #E19C30; }
span { border-color: rgb(225,156,48); }
td.TdClassName
{
border-color: #E19C30;
}
.TagClassName
{
border-color: #E19C30;
}
</style>