Shades of Buttercup #E08F26
Tints of Buttercup #E08F26
RGB
CMYK
RGB Variations
Color information
#E08F26 (or 0xE08F26) is known color: Buttercup. HEX triplet: E0, 8F and 26. RGB value is (224,143,38). Sum of RGB (Red+Green+Blue) = 224+143+38=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 38 (15.23% from 255 or 9.38% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08F26 is #1F70D9. Grayscale: #9B9B9B. Windows color (decimal): -2060506 or 2527200. OLE color: 2527200.
HSL color Cylindrical-coordinate representation of color #E08F26: hue angle of 33.87º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E08F26 is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 143 | 38 | - |
| CMYK | 0 | 0.36 | 0.83 | 0.12 |
| HSL | 33.87º | 0.75% | 0.51% | - |
| HSV(B) | 33.87º | 0.83% | 0.88% | - |
| XYZ | 40.91 | 35.63 | 6.56 | - |
| YUV | 155.25 | 61.84 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 38 | 0 | 0.36 | 0.83 | 0.12 | 33.87 | 0.75 | 0.51 |
| Hex | E0 | 8F | 26 | 0 | 24 | 53 | C | 22 | 4B | 33 |
| Octal | 340 | 217 | 46 | 0 | 44 | 123 | 14 | 42 | 113 | 63 |
| Binary | 11100000 | 10001111 | 100110 | 0 | 100100 | 1010011 | 1100 | 100010 | 1001011 | 110011 |
Color Harmonies of #E08F26
Complementary color
Monochromatic Colors of #E08F26
Black with #E08F26
Text Example
Text Example
White with #E08F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08F26; }
p { color: rgb(224,143,38); }
H1.HeaderClassName
{
color: #E08F26;
}
.AnyTagClassName
{
color: #E08F26;
}
</style>
background-color css
<style>
a { background-color: #E08F26; }
a { background-color: rgb(224,143,38); }
div.DivClassName
{
background-color: #E08F26;
}
.BgClassName
{
background-color: #E08F26;
}
</style>
border-color css
<style>
span { border-color: #E08F26; }
span { border-color: rgb(224,143,38); }
td.TdClassName
{
border-color: #E08F26;
}
.TagClassName
{
border-color: #E08F26;
}
</style>