Shades of Buttercup #E6A026
Tints of Buttercup #E6A026
RGB
CMYK
RGB Variations
Color information
#E6A026 (or 0xE6A026) is known color: Buttercup. HEX triplet: E6, A0 and 26. RGB value is (230,160,38). Sum of RGB (Red+Green+Blue) = 230+160+38=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 38 (15.23% from 255 or 8.88% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A026 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A026 is #195FD9. Grayscale: #A7A7A7. Windows color (decimal): -1662938 or 2531558. OLE color: 2531558.
HSL color Cylindrical-coordinate representation of color #E6A026: hue angle of 38.12º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E6A026 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 160 | 38 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.10 |
| HSL | 38.13º | 0.79% | 0.53% | - |
| HSV(B) | 38.13º | 0.83% | 0.9% | - |
| XYZ | 45.55 | 42.1 | 7.56 | - |
| YUV | 167.02 | 55.19 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 160 | 38 | 0 | 0.30 | 0.83 | 0.10 | 38.13 | 0.79 | 0.53 |
| Hex | E6 | A0 | 26 | 0 | 1E | 53 | A | 26 | 4F | 35 |
| Octal | 346 | 240 | 46 | 0 | 36 | 123 | 12 | 46 | 117 | 65 |
| Binary | 11100110 | 10100000 | 100110 | 0 | 11110 | 1010011 | 1010 | 100110 | 1001111 | 110101 |
Color Harmonies of #E6A026
Complementary color
Monochromatic Colors of #E6A026
Black with #E6A026
Text Example
Text Example
White with #E6A026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A026; }
p { color: rgb(230,160,38); }
H1.HeaderClassName
{
color: #E6A026;
}
.AnyTagClassName
{
color: #E6A026;
}
</style>
background-color css
<style>
a { background-color: #E6A026; }
a { background-color: rgb(230,160,38); }
div.DivClassName
{
background-color: #E6A026;
}
.BgClassName
{
background-color: #E6A026;
}
</style>
border-color css
<style>
span { border-color: #E6A026; }
span { border-color: rgb(230,160,38); }
td.TdClassName
{
border-color: #E6A026;
}
.TagClassName
{
border-color: #E6A026;
}
</style>