Shades of Buttercup #E18F2F
Tints of Buttercup #E18F2F
RGB
CMYK
RGB Variations
Color information
#E18F2F (or 0xE18F2F) is known color: Buttercup. HEX triplet: E1, 8F and 2F. RGB value is (225,143,47). Sum of RGB (Red+Green+Blue) = 225+143+47=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 47 (18.75% from 255 or 11.33% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18F2F is #1E70D0. Grayscale: #9D9D9D. Windows color (decimal): -1994961 or 3117025. OLE color: 3117025.
HSL color Cylindrical-coordinate representation of color #E18F2F: hue angle of 32.36º 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 #E18F2F is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 143 | 47 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.12 |
| HSL | 32.36º | 0.75% | 0.53% | - |
| HSV(B) | 32.36º | 0.79% | 0.88% | - |
| XYZ | 41.39 | 35.86 | 7.43 | - |
| YUV | 156.57 | 66.17 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 47 | 0 | 0.36 | 0.79 | 0.12 | 32.36 | 0.75 | 0.53 |
| Hex | E1 | 8F | 2F | 0 | 24 | 4F | C | 20 | 4B | 35 |
| Octal | 341 | 217 | 57 | 0 | 44 | 117 | 14 | 40 | 113 | 65 |
| Binary | 11100001 | 10001111 | 101111 | 0 | 100100 | 1001111 | 1100 | 100000 | 1001011 | 110101 |
Color Harmonies of #E18F2F
Complementary color
Monochromatic Colors of #E18F2F
Black with #E18F2F
Text Example
Text Example
White with #E18F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18F2F; }
p { color: rgb(225,143,47); }
H1.HeaderClassName
{
color: #E18F2F;
}
.AnyTagClassName
{
color: #E18F2F;
}
</style>
background-color css
<style>
a { background-color: #E18F2F; }
a { background-color: rgb(225,143,47); }
div.DivClassName
{
background-color: #E18F2F;
}
.BgClassName
{
background-color: #E18F2F;
}
</style>
border-color css
<style>
span { border-color: #E18F2F; }
span { border-color: rgb(225,143,47); }
td.TdClassName
{
border-color: #E18F2F;
}
.TagClassName
{
border-color: #E18F2F;
}
</style>