Shades of Buttercup #E3982F
Tints of Buttercup #E3982F
RGB
CMYK
RGB Variations
Color information
#E3982F (or 0xE3982F) is known color: Buttercup. HEX triplet: E3, 98 and 2F. RGB value is (227,152,47). Sum of RGB (Red+Green+Blue) = 227+152+47=426 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.29% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 47 (18.75% from 255 or 11.03% from 426); Max value from RGB is 227 - color contains mainly: red. Hex color #E3982F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3982F is #1C67D0. Grayscale: #A2A2A2. Windows color (decimal): -1861585 or 3119331. OLE color: 3119331.
HSL color Cylindrical-coordinate representation of color #E3982F: hue angle of 35º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E3982F is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 152 | 47 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.11 |
| HSL | 35º | 0.76% | 0.54% | - |
| HSV(B) | 35º | 0.79% | 0.89% | - |
| XYZ | 43.42 | 38.99 | 7.93 | - |
| YUV | 162.46 | 62.85 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 152 | 47 | 0 | 0.33 | 0.79 | 0.11 | 35 | 0.76 | 0.54 |
| Hex | E3 | 98 | 2F | 0 | 21 | 4F | B | 23 | 4C | 36 |
| Octal | 343 | 230 | 57 | 0 | 41 | 117 | 13 | 43 | 114 | 66 |
| Binary | 11100011 | 10011000 | 101111 | 0 | 100001 | 1001111 | 1011 | 100011 | 1001100 | 110110 |
Color Harmonies of #E3982F
Complementary color
Monochromatic Colors of #E3982F
Black with #E3982F
Text Example
Text Example
White with #E3982F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3982F; }
p { color: rgb(227,152,47); }
H1.HeaderClassName
{
color: #E3982F;
}
.AnyTagClassName
{
color: #E3982F;
}
</style>
background-color css
<style>
a { background-color: #E3982F; }
a { background-color: rgb(227,152,47); }
div.DivClassName
{
background-color: #E3982F;
}
.BgClassName
{
background-color: #E3982F;
}
</style>
border-color css
<style>
span { border-color: #E3982F; }
span { border-color: rgb(227,152,47); }
td.TdClassName
{
border-color: #E3982F;
}
.TagClassName
{
border-color: #E3982F;
}
</style>