Shades of Buttercup #E59B2D
Tints of Buttercup #E59B2D
RGB
CMYK
RGB Variations
Color information
#E59B2D (or 0xE59B2D) is known color: Buttercup. HEX triplet: E5, 9B and 2D. RGB value is (229,155,45). Sum of RGB (Red+Green+Blue) = 229+155+45=429 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.38% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 45 (17.97% from 255 or 10.49% from 429); Max value from RGB is 229 - color contains mainly: red. Hex color #E59B2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E59B2D is #1A64D2. Grayscale: #A5A5A5. Windows color (decimal): -1729747 or 2989029. OLE color: 2989029.
HSL color Cylindrical-coordinate representation of color #E59B2D: hue angle of 35.87º 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 #E59B2D is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 155 | 45 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.10 |
| HSL | 35.87º | 0.78% | 0.54% | - |
| HSV(B) | 35.87º | 0.8% | 0.9% | - |
| XYZ | 44.51 | 40.29 | 7.91 | - |
| YUV | 164.59 | 60.52 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 155 | 45 | 0 | 0.32 | 0.80 | 0.10 | 35.87 | 0.78 | 0.54 |
| Hex | E5 | 9B | 2D | 0 | 20 | 50 | A | 24 | 4E | 36 |
| Octal | 345 | 233 | 55 | 0 | 40 | 120 | 12 | 44 | 116 | 66 |
| Binary | 11100101 | 10011011 | 101101 | 0 | 100000 | 1010000 | 1010 | 100100 | 1001110 | 110110 |
Color Harmonies of #E59B2D
Complementary color
Monochromatic Colors of #E59B2D
Black with #E59B2D
Text Example
Text Example
White with #E59B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59B2D; }
p { color: rgb(229,155,45); }
H1.HeaderClassName
{
color: #E59B2D;
}
.AnyTagClassName
{
color: #E59B2D;
}
</style>
background-color css
<style>
a { background-color: #E59B2D; }
a { background-color: rgb(229,155,45); }
div.DivClassName
{
background-color: #E59B2D;
}
.BgClassName
{
background-color: #E59B2D;
}
</style>
border-color css
<style>
span { border-color: #E59B2D; }
span { border-color: rgb(229,155,45); }
td.TdClassName
{
border-color: #E59B2D;
}
.TagClassName
{
border-color: #E59B2D;
}
</style>