Shades of Buttercup #E5922A
Tints of Buttercup #E5922A
RGB
CMYK
RGB Variations
Color information
#E5922A (or 0xE5922A) is known color: Buttercup. HEX triplet: E5, 92 and 2A. RGB value is (229,146,42). Sum of RGB (Red+Green+Blue) = 229+146+42=417 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.92% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 42 (16.80% from 255 or 10.07% from 417); Max value from RGB is 229 - color contains mainly: red. Hex color #E5922A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5922A is #1A6DD5. Grayscale: #9F9F9F. Windows color (decimal): -1732054 or 2790117. OLE color: 2790117.
HSL color Cylindrical-coordinate representation of color #E5922A: hue angle of 33.37º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5922A is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 146 | 42 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.10 |
| HSL | 33.37º | 0.78% | 0.53% | - |
| HSV(B) | 33.37º | 0.82% | 0.9% | - |
| XYZ | 43.01 | 37.38 | 7.14 | - |
| YUV | 158.96 | 62 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 146 | 42 | 0 | 0.36 | 0.82 | 0.10 | 33.37 | 0.78 | 0.53 |
| Hex | E5 | 92 | 2A | 0 | 24 | 52 | A | 21 | 4E | 35 |
| Octal | 345 | 222 | 52 | 0 | 44 | 122 | 12 | 41 | 116 | 65 |
| Binary | 11100101 | 10010010 | 101010 | 0 | 100100 | 1010010 | 1010 | 100001 | 1001110 | 110101 |
Color Harmonies of #E5922A
Complementary color
Monochromatic Colors of #E5922A
Black with #E5922A
Text Example
Text Example
White with #E5922A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5922A; }
p { color: rgb(229,146,42); }
H1.HeaderClassName
{
color: #E5922A;
}
.AnyTagClassName
{
color: #E5922A;
}
</style>
background-color css
<style>
a { background-color: #E5922A; }
a { background-color: rgb(229,146,42); }
div.DivClassName
{
background-color: #E5922A;
}
.BgClassName
{
background-color: #E5922A;
}
</style>
border-color css
<style>
span { border-color: #E5922A; }
span { border-color: rgb(229,146,42); }
td.TdClassName
{
border-color: #E5922A;
}
.TagClassName
{
border-color: #E5922A;
}
</style>