Shades of Buttercup #E19C2A
Tints of Buttercup #E19C2A
RGB
CMYK
RGB Variations
Color information
#E19C2A (or 0xE19C2A) is known color: Buttercup. HEX triplet: E1, 9C and 2A. RGB value is (225,156,42). Sum of RGB (Red+Green+Blue) = 225+156+42=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 42 (16.80% from 255 or 9.93% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E19C2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E19C2A is #1E63D5. Grayscale: #A4A4A4. Windows color (decimal): -1991638 or 2792673. OLE color: 2792673.
HSL color Cylindrical-coordinate representation of color #E19C2A: hue angle of 37.38º 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 #E19C2A is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 156 | 42 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.12 |
| HSL | 37.38º | 0.75% | 0.52% | - |
| HSV(B) | 37.38º | 0.81% | 0.88% | - |
| XYZ | 43.36 | 39.95 | 7.62 | - |
| YUV | 163.64 | 59.36 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 156 | 42 | 0 | 0.31 | 0.81 | 0.12 | 37.38 | 0.75 | 0.52 |
| Hex | E1 | 9C | 2A | 0 | 1F | 51 | C | 25 | 4B | 34 |
| Octal | 341 | 234 | 52 | 0 | 37 | 121 | 14 | 45 | 113 | 64 |
| Binary | 11100001 | 10011100 | 101010 | 0 | 11111 | 1010001 | 1100 | 100101 | 1001011 | 110100 |
Color Harmonies of #E19C2A
Complementary color
Monochromatic Colors of #E19C2A
Black with #E19C2A
Text Example
Text Example
White with #E19C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19C2A; }
p { color: rgb(225,156,42); }
H1.HeaderClassName
{
color: #E19C2A;
}
.AnyTagClassName
{
color: #E19C2A;
}
</style>
background-color css
<style>
a { background-color: #E19C2A; }
a { background-color: rgb(225,156,42); }
div.DivClassName
{
background-color: #E19C2A;
}
.BgClassName
{
background-color: #E19C2A;
}
</style>
border-color css
<style>
span { border-color: #E19C2A; }
span { border-color: rgb(225,156,42); }
td.TdClassName
{
border-color: #E19C2A;
}
.TagClassName
{
border-color: #E19C2A;
}
</style>