Shades of Buttercup #E08428
Tints of Buttercup #E08428
RGB
CMYK
RGB Variations
Color information
#E08428 (or 0xE08428) is known color: Buttercup. HEX triplet: E0, 84 and 28. RGB value is (224,132,40). Sum of RGB (Red+Green+Blue) = 224+132+40=396 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.57% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 40 (16.02% from 255 or 10.10% from 396); Max value from RGB is 224 - color contains mainly: red. Hex color #E08428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08428 is #1F7BD7. Grayscale: #959595. Windows color (decimal): -2063320 or 2655456. OLE color: 2655456.
HSL color Cylindrical-coordinate representation of color #E08428: hue angle of 30º degrees, saturation: 0.75, 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 #E08428 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 132 | 40 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.12 |
| HSL | 30º | 0.75% | 0.52% | - |
| HSV(B) | 30º | 0.82% | 0.88% | - |
| XYZ | 39.37 | 32.5 | 6.21 | - |
| YUV | 149.02 | 66.48 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 40 | 0 | 0.41 | 0.82 | 0.12 | 30 | 0.75 | 0.52 |
| Hex | E0 | 84 | 28 | 0 | 29 | 52 | C | 1E | 4B | 34 |
| Octal | 340 | 204 | 50 | 0 | 51 | 122 | 14 | 36 | 113 | 64 |
| Binary | 11100000 | 10000100 | 101000 | 0 | 101001 | 1010010 | 1100 | 11110 | 1001011 | 110100 |
Color Harmonies of #E08428
Complementary color
Monochromatic Colors of #E08428
Black with #E08428
Text Example
Text Example
White with #E08428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08428; }
p { color: rgb(224,132,40); }
H1.HeaderClassName
{
color: #E08428;
}
.AnyTagClassName
{
color: #E08428;
}
</style>
background-color css
<style>
a { background-color: #E08428; }
a { background-color: rgb(224,132,40); }
div.DivClassName
{
background-color: #E08428;
}
.BgClassName
{
background-color: #E08428;
}
</style>
border-color css
<style>
span { border-color: #E08428; }
span { border-color: rgb(224,132,40); }
td.TdClassName
{
border-color: #E08428;
}
.TagClassName
{
border-color: #E08428;
}
</style>