Shades of Buttercup #E38D2D
Tints of Buttercup #E38D2D
RGB
CMYK
RGB Variations
Color information
#E38D2D (or 0xE38D2D) is known color: Buttercup. HEX triplet: E3, 8D and 2D. RGB value is (227,141,45). Sum of RGB (Red+Green+Blue) = 227+141+45=413 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.96% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 227 - color contains mainly: red. Hex color #E38D2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38D2D is #1C72D2. Grayscale: #9C9C9C. Windows color (decimal): -1864403 or 2985443. OLE color: 2985443.
HSL color Cylindrical-coordinate representation of color #E38D2D: hue angle of 31.65º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E38D2D is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 141 | 45 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.11 |
| HSL | 31.65º | 0.76% | 0.53% | - |
| HSV(B) | 31.65º | 0.8% | 0.89% | - |
| XYZ | 41.68 | 35.57 | 7.15 | - |
| YUV | 155.77 | 65.49 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 141 | 45 | 0 | 0.38 | 0.80 | 0.11 | 31.65 | 0.76 | 0.53 |
| Hex | E3 | 8D | 2D | 0 | 26 | 50 | B | 20 | 4C | 35 |
| Octal | 343 | 215 | 55 | 0 | 46 | 120 | 13 | 40 | 114 | 65 |
| Binary | 11100011 | 10001101 | 101101 | 0 | 100110 | 1010000 | 1011 | 100000 | 1001100 | 110101 |
Color Harmonies of #E38D2D
Complementary color
Monochromatic Colors of #E38D2D
Black with #E38D2D
Text Example
Text Example
White with #E38D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38D2D; }
p { color: rgb(227,141,45); }
H1.HeaderClassName
{
color: #E38D2D;
}
.AnyTagClassName
{
color: #E38D2D;
}
</style>
background-color css
<style>
a { background-color: #E38D2D; }
a { background-color: rgb(227,141,45); }
div.DivClassName
{
background-color: #E38D2D;
}
.BgClassName
{
background-color: #E38D2D;
}
</style>
border-color css
<style>
span { border-color: #E38D2D; }
span { border-color: rgb(227,141,45); }
td.TdClassName
{
border-color: #E38D2D;
}
.TagClassName
{
border-color: #E38D2D;
}
</style>