Shades of Buttercup #E49D2D
Tints of Buttercup #E49D2D
RGB
CMYK
RGB Variations
Color information
#E49D2D (or 0xE49D2D) is known color: Buttercup. HEX triplet: E4, 9D and 2D. RGB value is (228,157,45). Sum of RGB (Red+Green+Blue) = 228+157+45=430 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.02% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 228 - color contains mainly: red. Hex color #E49D2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49D2D is #1B62D2. Grayscale: #A5A5A5. Windows color (decimal): -1794771 or 2989540. OLE color: 2989540.
HSL color Cylindrical-coordinate representation of color #E49D2D: hue angle of 36.72º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E49D2D is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 157 | 45 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.11 |
| HSL | 36.72º | 0.77% | 0.54% | - |
| HSV(B) | 36.72º | 0.8% | 0.89% | - |
| XYZ | 44.53 | 40.8 | 8.01 | - |
| YUV | 165.46 | 60.02 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 157 | 45 | 0 | 0.31 | 0.80 | 0.11 | 36.72 | 0.77 | 0.54 |
| Hex | E4 | 9D | 2D | 0 | 1F | 50 | B | 25 | 4D | 36 |
| Octal | 344 | 235 | 55 | 0 | 37 | 120 | 13 | 45 | 115 | 66 |
| Binary | 11100100 | 10011101 | 101101 | 0 | 11111 | 1010000 | 1011 | 100101 | 1001101 | 110110 |
Color Harmonies of #E49D2D
Complementary color
Monochromatic Colors of #E49D2D
Black with #E49D2D
Text Example
Text Example
White with #E49D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49D2D; }
p { color: rgb(228,157,45); }
H1.HeaderClassName
{
color: #E49D2D;
}
.AnyTagClassName
{
color: #E49D2D;
}
</style>
background-color css
<style>
a { background-color: #E49D2D; }
a { background-color: rgb(228,157,45); }
div.DivClassName
{
background-color: #E49D2D;
}
.BgClassName
{
background-color: #E49D2D;
}
</style>
border-color css
<style>
span { border-color: #E49D2D; }
span { border-color: rgb(228,157,45); }
td.TdClassName
{
border-color: #E49D2D;
}
.TagClassName
{
border-color: #E49D2D;
}
</style>