Shades of Buttercup #E09D34
Tints of Buttercup #E09D34
RGB
CMYK
RGB Variations
Color information
#E09D34 (or 0xE09D34) is known color: Buttercup. HEX triplet: E0, 9D and 34. RGB value is (224,157,52). Sum of RGB (Red+Green+Blue) = 224+157+52=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 52 (20.70% from 255 or 12.01% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E09D34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09D34 is #1F62CB. Grayscale: #A5A5A5. Windows color (decimal): -2056908 or 3448288. OLE color: 3448288.
HSL color Cylindrical-coordinate representation of color #E09D34: hue angle of 36.63º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E09D34 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 157 | 52 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.12 |
| HSL | 36.63º | 0.74% | 0.54% | - |
| HSV(B) | 36.63º | 0.77% | 0.88% | - |
| XYZ | 43.42 | 40.21 | 8.72 | - |
| YUV | 165.06 | 64.2 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 52 | 0 | 0.30 | 0.77 | 0.12 | 36.63 | 0.74 | 0.54 |
| Hex | E0 | 9D | 34 | 0 | 1E | 4D | C | 25 | 4A | 36 |
| Octal | 340 | 235 | 64 | 0 | 36 | 115 | 14 | 45 | 112 | 66 |
| Binary | 11100000 | 10011101 | 110100 | 0 | 11110 | 1001101 | 1100 | 100101 | 1001010 | 110110 |
Color Harmonies of #E09D34
Complementary color
Monochromatic Colors of #E09D34
Black with #E09D34
Text Example
Text Example
White with #E09D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09D34; }
p { color: rgb(224,157,52); }
H1.HeaderClassName
{
color: #E09D34;
}
.AnyTagClassName
{
color: #E09D34;
}
</style>
background-color css
<style>
a { background-color: #E09D34; }
a { background-color: rgb(224,157,52); }
div.DivClassName
{
background-color: #E09D34;
}
.BgClassName
{
background-color: #E09D34;
}
</style>
border-color css
<style>
span { border-color: #E09D34; }
span { border-color: rgb(224,157,52); }
td.TdClassName
{
border-color: #E09D34;
}
.TagClassName
{
border-color: #E09D34;
}
</style>