Shades of Buttercup #E29A1F
Tints of Buttercup #E29A1F
RGB
CMYK
RGB Variations
Color information
#E29A1F (or 0xE29A1F) is known color: Buttercup. HEX triplet: E2, 9A and 1F. RGB value is (226,154,31). Sum of RGB (Red+Green+Blue) = 226+154+31=411 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.99% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 31 (12.5% from 255 or 7.54% from 411); Max value from RGB is 226 - color contains mainly: red. Hex color #E29A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E29A1F is #1D65E0. Grayscale: #A2A2A2. Windows color (decimal): -1926625 or 2071266. OLE color: 2071266.
HSL color Cylindrical-coordinate representation of color #E29A1F: hue angle of 37.85º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E29A1F is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 154 | 31 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.11 |
| HSL | 37.85º | 0.77% | 0.5% | - |
| HSV(B) | 37.85º | 0.86% | 0.89% | - |
| XYZ | 43.17 | 39.38 | 6.62 | - |
| YUV | 161.51 | 54.35 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 154 | 31 | 0 | 0.32 | 0.86 | 0.11 | 37.85 | 0.77 | 0.5 |
| Hex | E2 | 9A | 1F | 0 | 20 | 56 | B | 26 | 4D | 32 |
| Octal | 342 | 232 | 37 | 0 | 40 | 126 | 13 | 46 | 115 | 62 |
| Binary | 11100010 | 10011010 | 11111 | 0 | 100000 | 1010110 | 1011 | 100110 | 1001101 | 110010 |
Color Harmonies of #E29A1F
Complementary color
Monochromatic Colors of #E29A1F
Black with #E29A1F
Text Example
Text Example
White with #E29A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29A1F; }
p { color: rgb(226,154,31); }
H1.HeaderClassName
{
color: #E29A1F;
}
.AnyTagClassName
{
color: #E29A1F;
}
</style>
background-color css
<style>
a { background-color: #E29A1F; }
a { background-color: rgb(226,154,31); }
div.DivClassName
{
background-color: #E29A1F;
}
.BgClassName
{
background-color: #E29A1F;
}
</style>
border-color css
<style>
span { border-color: #E29A1F; }
span { border-color: rgb(226,154,31); }
td.TdClassName
{
border-color: #E29A1F;
}
.TagClassName
{
border-color: #E29A1F;
}
</style>