Shades of Buttercup #E29B2A
Tints of Buttercup #E29B2A
RGB
CMYK
RGB Variations
Color information
#E29B2A (or 0xE29B2A) is known color: Buttercup. HEX triplet: E2, 9B and 2A. RGB value is (226,155,42). Sum of RGB (Red+Green+Blue) = 226+155+42=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 42 (16.80% from 255 or 9.93% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E29B2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E29B2A is #1D64D5. Grayscale: #A3A3A3. Windows color (decimal): -1926358 or 2792418. OLE color: 2792418.
HSL color Cylindrical-coordinate representation of color #E29B2A: hue angle of 36.85º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E29B2A is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 155 | 42 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.11 |
| HSL | 36.85º | 0.76% | 0.53% | - |
| HSV(B) | 36.85º | 0.81% | 0.89% | - |
| XYZ | 43.5 | 39.78 | 7.58 | - |
| YUV | 163.35 | 59.52 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 155 | 42 | 0 | 0.31 | 0.81 | 0.11 | 36.85 | 0.76 | 0.53 |
| Hex | E2 | 9B | 2A | 0 | 1F | 51 | B | 25 | 4C | 35 |
| Octal | 342 | 233 | 52 | 0 | 37 | 121 | 13 | 45 | 114 | 65 |
| Binary | 11100010 | 10011011 | 101010 | 0 | 11111 | 1010001 | 1011 | 100101 | 1001100 | 110101 |
Color Harmonies of #E29B2A
Complementary color
Monochromatic Colors of #E29B2A
Black with #E29B2A
Text Example
Text Example
White with #E29B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29B2A; }
p { color: rgb(226,155,42); }
H1.HeaderClassName
{
color: #E29B2A;
}
.AnyTagClassName
{
color: #E29B2A;
}
</style>
background-color css
<style>
a { background-color: #E29B2A; }
a { background-color: rgb(226,155,42); }
div.DivClassName
{
background-color: #E29B2A;
}
.BgClassName
{
background-color: #E29B2A;
}
</style>
border-color css
<style>
span { border-color: #E29B2A; }
span { border-color: rgb(226,155,42); }
td.TdClassName
{
border-color: #E29B2A;
}
.TagClassName
{
border-color: #E29B2A;
}
</style>