Shades of Buttercup #E19A2F
Tints of Buttercup #E19A2F
RGB
CMYK
RGB Variations
Color information
#E19A2F (or 0xE19A2F) is known color: Buttercup. HEX triplet: E1, 9A and 2F. RGB value is (225,154,47). Sum of RGB (Red+Green+Blue) = 225+154+47=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 47 (18.75% from 255 or 11.03% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E19A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E19A2F is #1E65D0. Grayscale: #A3A3A3. Windows color (decimal): -1992145 or 3119841. OLE color: 3119841.
HSL color Cylindrical-coordinate representation of color #E19A2F: hue angle of 36.07º degrees, saturation: 0.75, 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 #E19A2F is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 154 | 47 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.12 |
| HSL | 36.07º | 0.75% | 0.53% | - |
| HSV(B) | 36.07º | 0.79% | 0.88% | - |
| XYZ | 43.12 | 39.32 | 8.01 | - |
| YUV | 163.03 | 62.52 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 154 | 47 | 0 | 0.32 | 0.79 | 0.12 | 36.07 | 0.75 | 0.53 |
| Hex | E1 | 9A | 2F | 0 | 20 | 4F | C | 24 | 4B | 35 |
| Octal | 341 | 232 | 57 | 0 | 40 | 117 | 14 | 44 | 113 | 65 |
| Binary | 11100001 | 10011010 | 101111 | 0 | 100000 | 1001111 | 1100 | 100100 | 1001011 | 110101 |
Color Harmonies of #E19A2F
Complementary color
Monochromatic Colors of #E19A2F
Black with #E19A2F
Text Example
Text Example
White with #E19A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19A2F; }
p { color: rgb(225,154,47); }
H1.HeaderClassName
{
color: #E19A2F;
}
.AnyTagClassName
{
color: #E19A2F;
}
</style>
background-color css
<style>
a { background-color: #E19A2F; }
a { background-color: rgb(225,154,47); }
div.DivClassName
{
background-color: #E19A2F;
}
.BgClassName
{
background-color: #E19A2F;
}
</style>
border-color css
<style>
span { border-color: #E19A2F; }
span { border-color: rgb(225,154,47); }
td.TdClassName
{
border-color: #E19A2F;
}
.TagClassName
{
border-color: #E19A2F;
}
</style>