Shades of Buttercup #E18A27
Tints of Buttercup #E18A27
RGB
CMYK
RGB Variations
Color information
#E18A27 (or 0xE18A27) is known color: Buttercup. HEX triplet: E1, 8A and 27. RGB value is (225,138,39). Sum of RGB (Red+Green+Blue) = 225+138+39=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 39 (15.62% from 255 or 9.70% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18A27 is #1E75D8. Grayscale: #999999. Windows color (decimal): -1996249 or 2591457. OLE color: 2591457.
HSL color Cylindrical-coordinate representation of color #E18A27: hue angle of 31.94º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E18A27 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 39 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.12 |
| HSL | 31.94º | 0.76% | 0.52% | - |
| HSV(B) | 31.94º | 0.83% | 0.88% | - |
| XYZ | 40.51 | 34.33 | 6.41 | - |
| YUV | 152.73 | 63.82 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 39 | 0 | 0.39 | 0.83 | 0.12 | 31.94 | 0.76 | 0.52 |
| Hex | E1 | 8A | 27 | 0 | 27 | 53 | C | 20 | 4C | 34 |
| Octal | 341 | 212 | 47 | 0 | 47 | 123 | 14 | 40 | 114 | 64 |
| Binary | 11100001 | 10001010 | 100111 | 0 | 100111 | 1010011 | 1100 | 100000 | 1001100 | 110100 |
Color Harmonies of #E18A27
Complementary color
Monochromatic Colors of #E18A27
Black with #E18A27
Text Example
Text Example
White with #E18A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18A27; }
p { color: rgb(225,138,39); }
H1.HeaderClassName
{
color: #E18A27;
}
.AnyTagClassName
{
color: #E18A27;
}
</style>
background-color css
<style>
a { background-color: #E18A27; }
a { background-color: rgb(225,138,39); }
div.DivClassName
{
background-color: #E18A27;
}
.BgClassName
{
background-color: #E18A27;
}
</style>
border-color css
<style>
span { border-color: #E18A27; }
span { border-color: rgb(225,138,39); }
td.TdClassName
{
border-color: #E18A27;
}
.TagClassName
{
border-color: #E18A27;
}
</style>