Shades of Buttercup #E09C32
Tints of Buttercup #E09C32
RGB
CMYK
RGB Variations
Color information
#E09C32 (or 0xE09C32) is known color: Buttercup. HEX triplet: E0, 9C and 32. RGB value is (224,156,50). Sum of RGB (Red+Green+Blue) = 224+156+50=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 50 (19.92% from 255 or 11.63% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E09C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09C32 is #1F63CD. Grayscale: #A4A4A4. Windows color (decimal): -2057166 or 3316960. OLE color: 3316960.
HSL color Cylindrical-coordinate representation of color #E09C32: hue angle of 36.55º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E09C32 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 156 | 50 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.12 |
| HSL | 36.55º | 0.74% | 0.54% | - |
| HSV(B) | 36.55º | 0.78% | 0.88% | - |
| XYZ | 43.2 | 39.85 | 8.43 | - |
| YUV | 164.25 | 63.53 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 156 | 50 | 0 | 0.30 | 0.78 | 0.12 | 36.55 | 0.74 | 0.54 |
| Hex | E0 | 9C | 32 | 0 | 1E | 4E | C | 25 | 4A | 36 |
| Octal | 340 | 234 | 62 | 0 | 36 | 116 | 14 | 45 | 112 | 66 |
| Binary | 11100000 | 10011100 | 110010 | 0 | 11110 | 1001110 | 1100 | 100101 | 1001010 | 110110 |
Color Harmonies of #E09C32
Complementary color
Monochromatic Colors of #E09C32
Black with #E09C32
Text Example
Text Example
White with #E09C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09C32; }
p { color: rgb(224,156,50); }
H1.HeaderClassName
{
color: #E09C32;
}
.AnyTagClassName
{
color: #E09C32;
}
</style>
background-color css
<style>
a { background-color: #E09C32; }
a { background-color: rgb(224,156,50); }
div.DivClassName
{
background-color: #E09C32;
}
.BgClassName
{
background-color: #E09C32;
}
</style>
border-color css
<style>
span { border-color: #E09C32; }
span { border-color: rgb(224,156,50); }
td.TdClassName
{
border-color: #E09C32;
}
.TagClassName
{
border-color: #E09C32;
}
</style>