Shades of Buttercup #E18A28
Tints of Buttercup #E18A28
RGB
CMYK
RGB Variations
Color information
#E18A28 (or 0xE18A28) is known color: Buttercup. HEX triplet: E1, 8A and 28. RGB value is (225,138,40). Sum of RGB (Red+Green+Blue) = 225+138+40=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 40 (16.02% from 255 or 9.93% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18A28 is #1E75D7. Grayscale: #999999. Windows color (decimal): -1996248 or 2656993. OLE color: 2656993.
HSL color Cylindrical-coordinate representation of color #E18A28: hue angle of 31.78º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E18A28 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 40 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.12 |
| HSL | 31.78º | 0.76% | 0.52% | - |
| HSV(B) | 31.78º | 0.82% | 0.88% | - |
| XYZ | 40.52 | 34.34 | 6.5 | - |
| YUV | 152.84 | 64.32 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 40 | 0 | 0.39 | 0.82 | 0.12 | 31.78 | 0.76 | 0.52 |
| Hex | E1 | 8A | 28 | 0 | 27 | 52 | C | 20 | 4C | 34 |
| Octal | 341 | 212 | 50 | 0 | 47 | 122 | 14 | 40 | 114 | 64 |
| Binary | 11100001 | 10001010 | 101000 | 0 | 100111 | 1010010 | 1100 | 100000 | 1001100 | 110100 |
Color Harmonies of #E18A28
Complementary color
Monochromatic Colors of #E18A28
Black with #E18A28
Text Example
Text Example
White with #E18A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18A28; }
p { color: rgb(225,138,40); }
H1.HeaderClassName
{
color: #E18A28;
}
.AnyTagClassName
{
color: #E18A28;
}
</style>
background-color css
<style>
a { background-color: #E18A28; }
a { background-color: rgb(225,138,40); }
div.DivClassName
{
background-color: #E18A28;
}
.BgClassName
{
background-color: #E18A28;
}
</style>
border-color css
<style>
span { border-color: #E18A28; }
span { border-color: rgb(225,138,40); }
td.TdClassName
{
border-color: #E18A28;
}
.TagClassName
{
border-color: #E18A28;
}
</style>