Shades of Buttercup #E49B2F
Tints of Buttercup #E49B2F
RGB
CMYK
RGB Variations
Color information
#E49B2F (or 0xE49B2F) is known color: Buttercup. HEX triplet: E4, 9B and 2F. RGB value is (228,155,47). Sum of RGB (Red+Green+Blue) = 228+155+47=430 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.02% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 47 (18.75% from 255 or 10.93% from 430); Max value from RGB is 228 - color contains mainly: red. Hex color #E49B2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49B2F is #1B64D0. Grayscale: #A5A5A5. Windows color (decimal): -1795281 or 3120100. OLE color: 3120100.
HSL color Cylindrical-coordinate representation of color #E49B2F: hue angle of 35.8º degrees, saturation: 0.77, 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 #E49B2F is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 155 | 47 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.11 |
| HSL | 35.8º | 0.77% | 0.54% | - |
| HSV(B) | 35.8º | 0.79% | 0.89% | - |
| XYZ | 44.23 | 40.14 | 8.11 | - |
| YUV | 164.52 | 61.68 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 155 | 47 | 0 | 0.32 | 0.79 | 0.11 | 35.8 | 0.77 | 0.54 |
| Hex | E4 | 9B | 2F | 0 | 20 | 4F | B | 24 | 4D | 36 |
| Octal | 344 | 233 | 57 | 0 | 40 | 117 | 13 | 44 | 115 | 66 |
| Binary | 11100100 | 10011011 | 101111 | 0 | 100000 | 1001111 | 1011 | 100100 | 1001101 | 110110 |
Color Harmonies of #E49B2F
Complementary color
Monochromatic Colors of #E49B2F
Black with #E49B2F
Text Example
Text Example
White with #E49B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49B2F; }
p { color: rgb(228,155,47); }
H1.HeaderClassName
{
color: #E49B2F;
}
.AnyTagClassName
{
color: #E49B2F;
}
</style>
background-color css
<style>
a { background-color: #E49B2F; }
a { background-color: rgb(228,155,47); }
div.DivClassName
{
background-color: #E49B2F;
}
.BgClassName
{
background-color: #E49B2F;
}
</style>
border-color css
<style>
span { border-color: #E49B2F; }
span { border-color: rgb(228,155,47); }
td.TdClassName
{
border-color: #E49B2F;
}
.TagClassName
{
border-color: #E49B2F;
}
</style>