Shades of Buttercup #E19C31
Tints of Buttercup #E19C31
RGB
CMYK
RGB Variations
Color information
#E19C31 (or 0xE19C31) is known color: Buttercup. HEX triplet: E1, 9C and 31. RGB value is (225,156,49). Sum of RGB (Red+Green+Blue) = 225+156+49=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 49 (19.53% from 255 or 11.40% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E19C31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E19C31 is #1E63CE. Grayscale: #A4A4A4. Windows color (decimal): -1991631 or 3251425. OLE color: 3251425.
HSL color Cylindrical-coordinate representation of color #E19C31: hue angle of 36.48º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E19C31 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 156 | 49 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.12 |
| HSL | 36.48º | 0.75% | 0.54% | - |
| HSV(B) | 36.48º | 0.78% | 0.88% | - |
| XYZ | 43.49 | 40.01 | 8.34 | - |
| YUV | 164.43 | 62.86 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 156 | 49 | 0 | 0.31 | 0.78 | 0.12 | 36.48 | 0.75 | 0.54 |
| Hex | E1 | 9C | 31 | 0 | 1F | 4E | C | 24 | 4B | 36 |
| Octal | 341 | 234 | 61 | 0 | 37 | 116 | 14 | 44 | 113 | 66 |
| Binary | 11100001 | 10011100 | 110001 | 0 | 11111 | 1001110 | 1100 | 100100 | 1001011 | 110110 |
Color Harmonies of #E19C31
Complementary color
Monochromatic Colors of #E19C31
Black with #E19C31
Text Example
Text Example
White with #E19C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19C31; }
p { color: rgb(225,156,49); }
H1.HeaderClassName
{
color: #E19C31;
}
.AnyTagClassName
{
color: #E19C31;
}
</style>
background-color css
<style>
a { background-color: #E19C31; }
a { background-color: rgb(225,156,49); }
div.DivClassName
{
background-color: #E19C31;
}
.BgClassName
{
background-color: #E19C31;
}
</style>
border-color css
<style>
span { border-color: #E19C31; }
span { border-color: rgb(225,156,49); }
td.TdClassName
{
border-color: #E19C31;
}
.TagClassName
{
border-color: #E19C31;
}
</style>