Shades of Buttercup #E19B32
Tints of Buttercup #E19B32
RGB
CMYK
RGB Variations
Color information
#E19B32 (or 0xE19B32) is known color: Buttercup. HEX triplet: E1, 9B and 32. RGB value is (225,155,50). Sum of RGB (Red+Green+Blue) = 225+155+50=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 50 (19.92% from 255 or 11.63% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E19B32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E19B32 is #1E64CD. Grayscale: #A4A4A4. Windows color (decimal): -1991886 or 3316705. OLE color: 3316705.
HSL color Cylindrical-coordinate representation of color #E19B32: hue angle of 36º degrees, saturation: 0.74, 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 #E19B32 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 155 | 50 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.12 |
| HSL | 36º | 0.74% | 0.54% | - |
| HSV(B) | 36º | 0.78% | 0.88% | - |
| XYZ | 43.35 | 39.68 | 8.39 | - |
| YUV | 163.96 | 63.69 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 155 | 50 | 0 | 0.31 | 0.78 | 0.12 | 36 | 0.74 | 0.54 |
| Hex | E1 | 9B | 32 | 0 | 1F | 4E | C | 24 | 4A | 36 |
| Octal | 341 | 233 | 62 | 0 | 37 | 116 | 14 | 44 | 112 | 66 |
| Binary | 11100001 | 10011011 | 110010 | 0 | 11111 | 1001110 | 1100 | 100100 | 1001010 | 110110 |
Color Harmonies of #E19B32
Complementary color
Monochromatic Colors of #E19B32
Black with #E19B32
Text Example
Text Example
White with #E19B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19B32; }
p { color: rgb(225,155,50); }
H1.HeaderClassName
{
color: #E19B32;
}
.AnyTagClassName
{
color: #E19B32;
}
</style>
background-color css
<style>
a { background-color: #E19B32; }
a { background-color: rgb(225,155,50); }
div.DivClassName
{
background-color: #E19B32;
}
.BgClassName
{
background-color: #E19B32;
}
</style>
border-color css
<style>
span { border-color: #E19B32; }
span { border-color: rgb(225,155,50); }
td.TdClassName
{
border-color: #E19B32;
}
.TagClassName
{
border-color: #E19B32;
}
</style>