Shades of Buttercup #E09325
Tints of Buttercup #E09325
RGB
CMYK
RGB Variations
Color information
#E09325 (or 0xE09325) is known color: Buttercup. HEX triplet: E0, 93 and 25. RGB value is (224,147,37). Sum of RGB (Red+Green+Blue) = 224+147+37=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 37 (14.84% from 255 or 9.07% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E09325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09325 is #1F6CDA. Grayscale: #9E9E9E. Windows color (decimal): -2059483 or 2462688. OLE color: 2462688.
HSL color Cylindrical-coordinate representation of color #E09325: hue angle of 35.29º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E09325 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 147 | 37 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.12 |
| HSL | 35.29º | 0.75% | 0.51% | - |
| HSV(B) | 35.29º | 0.83% | 0.88% | - |
| XYZ | 41.51 | 36.85 | 6.67 | - |
| YUV | 157.48 | 60.01 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 147 | 37 | 0 | 0.34 | 0.83 | 0.12 | 35.29 | 0.75 | 0.51 |
| Hex | E0 | 93 | 25 | 0 | 22 | 53 | C | 23 | 4B | 33 |
| Octal | 340 | 223 | 45 | 0 | 42 | 123 | 14 | 43 | 113 | 63 |
| Binary | 11100000 | 10010011 | 100101 | 0 | 100010 | 1010011 | 1100 | 100011 | 1001011 | 110011 |
Color Harmonies of #E09325
Complementary color
Monochromatic Colors of #E09325
Black with #E09325
Text Example
Text Example
White with #E09325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09325; }
p { color: rgb(224,147,37); }
H1.HeaderClassName
{
color: #E09325;
}
.AnyTagClassName
{
color: #E09325;
}
</style>
background-color css
<style>
a { background-color: #E09325; }
a { background-color: rgb(224,147,37); }
div.DivClassName
{
background-color: #E09325;
}
.BgClassName
{
background-color: #E09325;
}
</style>
border-color css
<style>
span { border-color: #E09325; }
span { border-color: rgb(224,147,37); }
td.TdClassName
{
border-color: #E09325;
}
.TagClassName
{
border-color: #E09325;
}
</style>