Shades of Buttercup #E59D2D
Tints of Buttercup #E59D2D
RGB
CMYK
RGB Variations
Color information
#E59D2D (or 0xE59D2D) is known color: Buttercup. HEX triplet: E5, 9D and 2D. RGB value is (229,157,45). Sum of RGB (Red+Green+Blue) = 229+157+45=431 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.13% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 45 (17.97% from 255 or 10.44% from 431); Max value from RGB is 229 - color contains mainly: red. Hex color #E59D2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E59D2D is #1A62D2. Grayscale: #A6A6A6. Windows color (decimal): -1729235 or 2989541. OLE color: 2989541.
HSL color Cylindrical-coordinate representation of color #E59D2D: hue angle of 36.52º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E59D2D is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 157 | 45 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.10 |
| HSL | 36.52º | 0.78% | 0.54% | - |
| HSV(B) | 36.52º | 0.8% | 0.9% | - |
| XYZ | 44.84 | 40.96 | 8.03 | - |
| YUV | 165.76 | 59.85 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 157 | 45 | 0 | 0.31 | 0.80 | 0.10 | 36.52 | 0.78 | 0.54 |
| Hex | E5 | 9D | 2D | 0 | 1F | 50 | A | 25 | 4E | 36 |
| Octal | 345 | 235 | 55 | 0 | 37 | 120 | 12 | 45 | 116 | 66 |
| Binary | 11100101 | 10011101 | 101101 | 0 | 11111 | 1010000 | 1010 | 100101 | 1001110 | 110110 |
Color Harmonies of #E59D2D
Complementary color
Monochromatic Colors of #E59D2D
Black with #E59D2D
Text Example
Text Example
White with #E59D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59D2D; }
p { color: rgb(229,157,45); }
H1.HeaderClassName
{
color: #E59D2D;
}
.AnyTagClassName
{
color: #E59D2D;
}
</style>
background-color css
<style>
a { background-color: #E59D2D; }
a { background-color: rgb(229,157,45); }
div.DivClassName
{
background-color: #E59D2D;
}
.BgClassName
{
background-color: #E59D2D;
}
</style>
border-color css
<style>
span { border-color: #E59D2D; }
span { border-color: rgb(229,157,45); }
td.TdClassName
{
border-color: #E59D2D;
}
.TagClassName
{
border-color: #E59D2D;
}
</style>