Shades of Buttercup #E19B2A
Tints of Buttercup #E19B2A
RGB
CMYK
RGB Variations
Color information
#E19B2A (or 0xE19B2A) is known color: Buttercup. HEX triplet: E1, 9B and 2A. RGB value is (225,155,42). Sum of RGB (Red+Green+Blue) = 225+155+42=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 42 (16.80% from 255 or 9.95% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E19B2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E19B2A is #1E64D5. Grayscale: #A3A3A3. Windows color (decimal): -1991894 or 2792417. OLE color: 2792417.
HSL color Cylindrical-coordinate representation of color #E19B2A: hue angle of 37.05º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E19B2A is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 155 | 42 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.12 |
| HSL | 37.05º | 0.75% | 0.52% | - |
| HSV(B) | 37.05º | 0.81% | 0.88% | - |
| XYZ | 43.19 | 39.62 | 7.56 | - |
| YUV | 163.05 | 59.69 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 155 | 42 | 0 | 0.31 | 0.81 | 0.12 | 37.05 | 0.75 | 0.52 |
| Hex | E1 | 9B | 2A | 0 | 1F | 51 | C | 25 | 4B | 34 |
| Octal | 341 | 233 | 52 | 0 | 37 | 121 | 14 | 45 | 113 | 64 |
| Binary | 11100001 | 10011011 | 101010 | 0 | 11111 | 1010001 | 1100 | 100101 | 1001011 | 110100 |
Color Harmonies of #E19B2A
Complementary color
Monochromatic Colors of #E19B2A
Black with #E19B2A
Text Example
Text Example
White with #E19B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19B2A; }
p { color: rgb(225,155,42); }
H1.HeaderClassName
{
color: #E19B2A;
}
.AnyTagClassName
{
color: #E19B2A;
}
</style>
background-color css
<style>
a { background-color: #E19B2A; }
a { background-color: rgb(225,155,42); }
div.DivClassName
{
background-color: #E19B2A;
}
.BgClassName
{
background-color: #E19B2A;
}
</style>
border-color css
<style>
span { border-color: #E19B2A; }
span { border-color: rgb(225,155,42); }
td.TdClassName
{
border-color: #E19B2A;
}
.TagClassName
{
border-color: #E19B2A;
}
</style>