Shades of Buttercup #E09A2F
Tints of Buttercup #E09A2F
RGB
CMYK
RGB Variations
Color information
#E09A2F (or 0xE09A2F) is known color: Buttercup. HEX triplet: E0, 9A and 2F. RGB value is (224,154,47). Sum of RGB (Red+Green+Blue) = 224+154+47=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 47 (18.75% from 255 or 11.06% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E09A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09A2F is #1F65D0. Grayscale: #A3A3A3. Windows color (decimal): -2057681 or 3119840. OLE color: 3119840.
HSL color Cylindrical-coordinate representation of color #E09A2F: hue angle of 36.27º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E09A2F is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 154 | 47 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.12 |
| HSL | 36.27º | 0.74% | 0.53% | - |
| HSV(B) | 36.27º | 0.79% | 0.88% | - |
| XYZ | 42.81 | 39.16 | 7.99 | - |
| YUV | 162.73 | 62.69 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 47 | 0 | 0.31 | 0.79 | 0.12 | 36.27 | 0.74 | 0.53 |
| Hex | E0 | 9A | 2F | 0 | 1F | 4F | C | 24 | 4A | 35 |
| Octal | 340 | 232 | 57 | 0 | 37 | 117 | 14 | 44 | 112 | 65 |
| Binary | 11100000 | 10011010 | 101111 | 0 | 11111 | 1001111 | 1100 | 100100 | 1001010 | 110101 |
Color Harmonies of #E09A2F
Complementary color
Monochromatic Colors of #E09A2F
Black with #E09A2F
Text Example
Text Example
White with #E09A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09A2F; }
p { color: rgb(224,154,47); }
H1.HeaderClassName
{
color: #E09A2F;
}
.AnyTagClassName
{
color: #E09A2F;
}
</style>
background-color css
<style>
a { background-color: #E09A2F; }
a { background-color: rgb(224,154,47); }
div.DivClassName
{
background-color: #E09A2F;
}
.BgClassName
{
background-color: #E09A2F;
}
</style>
border-color css
<style>
span { border-color: #E09A2F; }
span { border-color: rgb(224,154,47); }
td.TdClassName
{
border-color: #E09A2F;
}
.TagClassName
{
border-color: #E09A2F;
}
</style>