Shades of Buttercup #E09D22
Tints of Buttercup #E09D22
RGB
CMYK
RGB Variations
Color information
#E09D22 (or 0xE09D22) is known color: Buttercup. HEX triplet: E0, 9D and 22. RGB value is (224,157,34). Sum of RGB (Red+Green+Blue) = 224+157+34=415 (54% of max value = 765). Red value is 224 (87.89% from 255 or 53.98% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 34 (13.67% from 255 or 8.19% from 415); Max value from RGB is 224 - color contains mainly: red. Hex color #E09D22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09D22 is #1F62DD. Grayscale: #A3A3A3. Windows color (decimal): -2056926 or 2268640. OLE color: 2268640.
HSL color Cylindrical-coordinate representation of color #E09D22: hue angle of 38.84º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E09D22 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 157 | 34 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.12 |
| HSL | 38.84º | 0.75% | 0.51% | - |
| HSV(B) | 38.84º | 0.85% | 0.88% | - |
| XYZ | 43.09 | 40.08 | 6.98 | - |
| YUV | 163.01 | 55.2 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 34 | 0 | 0.30 | 0.85 | 0.12 | 38.84 | 0.75 | 0.51 |
| Hex | E0 | 9D | 22 | 0 | 1E | 55 | C | 27 | 4B | 33 |
| Octal | 340 | 235 | 42 | 0 | 36 | 125 | 14 | 47 | 113 | 63 |
| Binary | 11100000 | 10011101 | 100010 | 0 | 11110 | 1010101 | 1100 | 100111 | 1001011 | 110011 |
Color Harmonies of #E09D22
Complementary color
Monochromatic Colors of #E09D22
Black with #E09D22
Text Example
Text Example
White with #E09D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09D22; }
p { color: rgb(224,157,34); }
H1.HeaderClassName
{
color: #E09D22;
}
.AnyTagClassName
{
color: #E09D22;
}
</style>
background-color css
<style>
a { background-color: #E09D22; }
a { background-color: rgb(224,157,34); }
div.DivClassName
{
background-color: #E09D22;
}
.BgClassName
{
background-color: #E09D22;
}
</style>
border-color css
<style>
span { border-color: #E09D22; }
span { border-color: rgb(224,157,34); }
td.TdClassName
{
border-color: #E09D22;
}
.TagClassName
{
border-color: #E09D22;
}
</style>