Shades of Buttercup #E09D28
Tints of Buttercup #E09D28
RGB
CMYK
RGB Variations
Color information
#E09D28 (or 0xE09D28) is known color: Buttercup. HEX triplet: E0, 9D and 28. RGB value is (224,157,40). Sum of RGB (Red+Green+Blue) = 224+157+40=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 40 (16.02% from 255 or 9.50% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E09D28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09D28 is #1F62D7. Grayscale: #A4A4A4. Windows color (decimal): -2056920 or 2661856. OLE color: 2661856.
HSL color Cylindrical-coordinate representation of color #E09D28: hue angle of 38.15º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E09D28 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 157 | 40 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.12 |
| HSL | 38.15º | 0.75% | 0.52% | - |
| HSV(B) | 38.15º | 0.82% | 0.88% | - |
| XYZ | 43.18 | 40.11 | 7.47 | - |
| YUV | 163.7 | 58.2 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 40 | 0 | 0.30 | 0.82 | 0.12 | 38.15 | 0.75 | 0.52 |
| Hex | E0 | 9D | 28 | 0 | 1E | 52 | C | 26 | 4B | 34 |
| Octal | 340 | 235 | 50 | 0 | 36 | 122 | 14 | 46 | 113 | 64 |
| Binary | 11100000 | 10011101 | 101000 | 0 | 11110 | 1010010 | 1100 | 100110 | 1001011 | 110100 |
Color Harmonies of #E09D28
Complementary color
Monochromatic Colors of #E09D28
Black with #E09D28
Text Example
Text Example
White with #E09D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09D28; }
p { color: rgb(224,157,40); }
H1.HeaderClassName
{
color: #E09D28;
}
.AnyTagClassName
{
color: #E09D28;
}
</style>
background-color css
<style>
a { background-color: #E09D28; }
a { background-color: rgb(224,157,40); }
div.DivClassName
{
background-color: #E09D28;
}
.BgClassName
{
background-color: #E09D28;
}
</style>
border-color css
<style>
span { border-color: #E09D28; }
span { border-color: rgb(224,157,40); }
td.TdClassName
{
border-color: #E09D28;
}
.TagClassName
{
border-color: #E09D28;
}
</style>