Shades of Buttercup #E18B2B
Tints of Buttercup #E18B2B
RGB
CMYK
RGB Variations
Color information
#E18B2B (or 0xE18B2B) is known color: Buttercup. HEX triplet: E1, 8B and 2B. RGB value is (225,139,43). Sum of RGB (Red+Green+Blue) = 225+139+43=407 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.28% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 43 (17.19% from 255 or 10.57% from 407); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18B2B is #1E74D4. Grayscale: #9A9A9A. Windows color (decimal): -1995989 or 2853857. OLE color: 2853857.
HSL color Cylindrical-coordinate representation of color #E18B2B: hue angle of 31.65º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E18B2B is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 139 | 43 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.12 |
| HSL | 31.65º | 0.75% | 0.53% | - |
| HSV(B) | 31.65º | 0.81% | 0.88% | - |
| XYZ | 40.72 | 34.65 | 6.83 | - |
| YUV | 153.77 | 65.49 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 43 | 0 | 0.38 | 0.81 | 0.12 | 31.65 | 0.75 | 0.53 |
| Hex | E1 | 8B | 2B | 0 | 26 | 51 | C | 20 | 4B | 35 |
| Octal | 341 | 213 | 53 | 0 | 46 | 121 | 14 | 40 | 113 | 65 |
| Binary | 11100001 | 10001011 | 101011 | 0 | 100110 | 1010001 | 1100 | 100000 | 1001011 | 110101 |
Color Harmonies of #E18B2B
Complementary color
Monochromatic Colors of #E18B2B
Black with #E18B2B
Text Example
Text Example
White with #E18B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18B2B; }
p { color: rgb(225,139,43); }
H1.HeaderClassName
{
color: #E18B2B;
}
.AnyTagClassName
{
color: #E18B2B;
}
</style>
background-color css
<style>
a { background-color: #E18B2B; }
a { background-color: rgb(225,139,43); }
div.DivClassName
{
background-color: #E18B2B;
}
.BgClassName
{
background-color: #E18B2B;
}
</style>
border-color css
<style>
span { border-color: #E18B2B; }
span { border-color: rgb(225,139,43); }
td.TdClassName
{
border-color: #E18B2B;
}
.TagClassName
{
border-color: #E18B2B;
}
</style>