Shades of Buttercup #E18F22
Tints of Buttercup #E18F22
RGB
CMYK
RGB Variations
Color information
#E18F22 (or 0xE18F22) is known color: Buttercup. HEX triplet: E1, 8F and 22. RGB value is (225,143,34). Sum of RGB (Red+Green+Blue) = 225+143+34=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 34 (13.67% from 255 or 8.46% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18F22 is #1E70DD. Grayscale: #9B9B9B. Windows color (decimal): -1994974 or 2265057. OLE color: 2265057.
HSL color Cylindrical-coordinate representation of color #E18F22: hue angle of 34.24º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E18F22 is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 143 | 34 | - |
| CMYK | 0 | 0.36 | 0.85 | 0.12 |
| HSL | 34.24º | 0.76% | 0.51% | - |
| HSV(B) | 34.24º | 0.85% | 0.88% | - |
| XYZ | 41.16 | 35.77 | 6.25 | - |
| YUV | 155.09 | 59.67 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 34 | 0 | 0.36 | 0.85 | 0.12 | 34.24 | 0.76 | 0.51 |
| Hex | E1 | 8F | 22 | 0 | 24 | 55 | C | 22 | 4C | 33 |
| Octal | 341 | 217 | 42 | 0 | 44 | 125 | 14 | 42 | 114 | 63 |
| Binary | 11100001 | 10001111 | 100010 | 0 | 100100 | 1010101 | 1100 | 100010 | 1001100 | 110011 |
Color Harmonies of #E18F22
Complementary color
Monochromatic Colors of #E18F22
Black with #E18F22
Text Example
Text Example
White with #E18F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18F22; }
p { color: rgb(225,143,34); }
H1.HeaderClassName
{
color: #E18F22;
}
.AnyTagClassName
{
color: #E18F22;
}
</style>
background-color css
<style>
a { background-color: #E18F22; }
a { background-color: rgb(225,143,34); }
div.DivClassName
{
background-color: #E18F22;
}
.BgClassName
{
background-color: #E18F22;
}
</style>
border-color css
<style>
span { border-color: #E18F22; }
span { border-color: rgb(225,143,34); }
td.TdClassName
{
border-color: #E18F22;
}
.TagClassName
{
border-color: #E18F22;
}
</style>