Shades of Buttercup #E59A2D
Tints of Buttercup #E59A2D
RGB
CMYK
RGB Variations
Color information
#E59A2D (or 0xE59A2D) is known color: Buttercup. HEX triplet: E5, 9A and 2D. RGB value is (229,154,45). Sum of RGB (Red+Green+Blue) = 229+154+45=428 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.50% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 229 - color contains mainly: red. Hex color #E59A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E59A2D is #1A65D2. Grayscale: #A4A4A4. Windows color (decimal): -1730003 or 2988773. OLE color: 2988773.
HSL color Cylindrical-coordinate representation of color #E59A2D: hue angle of 35.54º 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 #E59A2D is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 154 | 45 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.10 |
| HSL | 35.54º | 0.78% | 0.54% | - |
| HSV(B) | 35.54º | 0.8% | 0.9% | - |
| XYZ | 44.34 | 39.96 | 7.86 | - |
| YUV | 164 | 60.85 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 154 | 45 | 0 | 0.33 | 0.80 | 0.10 | 35.54 | 0.78 | 0.54 |
| Hex | E5 | 9A | 2D | 0 | 21 | 50 | A | 24 | 4E | 36 |
| Octal | 345 | 232 | 55 | 0 | 41 | 120 | 12 | 44 | 116 | 66 |
| Binary | 11100101 | 10011010 | 101101 | 0 | 100001 | 1010000 | 1010 | 100100 | 1001110 | 110110 |
Color Harmonies of #E59A2D
Complementary color
Monochromatic Colors of #E59A2D
Black with #E59A2D
Text Example
Text Example
White with #E59A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59A2D; }
p { color: rgb(229,154,45); }
H1.HeaderClassName
{
color: #E59A2D;
}
.AnyTagClassName
{
color: #E59A2D;
}
</style>
background-color css
<style>
a { background-color: #E59A2D; }
a { background-color: rgb(229,154,45); }
div.DivClassName
{
background-color: #E59A2D;
}
.BgClassName
{
background-color: #E59A2D;
}
</style>
border-color css
<style>
span { border-color: #E59A2D; }
span { border-color: rgb(229,154,45); }
td.TdClassName
{
border-color: #E59A2D;
}
.TagClassName
{
border-color: #E59A2D;
}
</style>