Shades of Buttercup #E09427
Tints of Buttercup #E09427
RGB
CMYK
RGB Variations
Color information
#E09427 (or 0xE09427) is known color: Buttercup. HEX triplet: E0, 94 and 27. RGB value is (224,148,39). Sum of RGB (Red+Green+Blue) = 224+148+39=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 39 (15.62% from 255 or 9.49% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E09427 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09427 is #1F6BD8. Grayscale: #9E9E9E. Windows color (decimal): -2059225 or 2594016. OLE color: 2594016.
HSL color Cylindrical-coordinate representation of color #E09427: hue angle of 35.35º degrees, saturation: 0.75, 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 #E09427 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 148 | 39 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.12 |
| HSL | 35.35º | 0.75% | 0.52% | - |
| HSV(B) | 35.35º | 0.83% | 0.88% | - |
| XYZ | 41.7 | 37.17 | 6.9 | - |
| YUV | 158.3 | 60.68 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 39 | 0 | 0.34 | 0.83 | 0.12 | 35.35 | 0.75 | 0.52 |
| Hex | E0 | 94 | 27 | 0 | 22 | 53 | C | 23 | 4B | 34 |
| Octal | 340 | 224 | 47 | 0 | 42 | 123 | 14 | 43 | 113 | 64 |
| Binary | 11100000 | 10010100 | 100111 | 0 | 100010 | 1010011 | 1100 | 100011 | 1001011 | 110100 |
Color Harmonies of #E09427
Complementary color
Monochromatic Colors of #E09427
Black with #E09427
Text Example
Text Example
White with #E09427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09427; }
p { color: rgb(224,148,39); }
H1.HeaderClassName
{
color: #E09427;
}
.AnyTagClassName
{
color: #E09427;
}
</style>
background-color css
<style>
a { background-color: #E09427; }
a { background-color: rgb(224,148,39); }
div.DivClassName
{
background-color: #E09427;
}
.BgClassName
{
background-color: #E09427;
}
</style>
border-color css
<style>
span { border-color: #E09427; }
span { border-color: rgb(224,148,39); }
td.TdClassName
{
border-color: #E09427;
}
.TagClassName
{
border-color: #E09427;
}
</style>