Shades of Gold Tips #E6B81A
Tints of Gold Tips #E6B81A
RGB
CMYK
RGB Variations
Color information
#E6B81A (or 0xE6B81A) is known color: Gold Tips. HEX triplet: E6, B8 and 1A. RGB value is (230,184,26). Sum of RGB (Red+Green+Blue) = 230+184+26=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 26 (10.55% from 255 or 5.91% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B81A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B81A is #1947E5. Grayscale: #B4B4B4. Windows color (decimal): -1656806 or 1751270. OLE color: 1751270.
HSL color Cylindrical-coordinate representation of color #E6B81A: hue angle of 46.47º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E6B81A is Cyan = 0, Magento = 0.2, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 184 | 26 | - |
| CMYK | 0 | 0.2 | 0.89 | 0.10 |
| HSL | 46.47º | 0.8% | 0.5% | - |
| HSV(B) | 46.47º | 0.89% | 0.9% | - |
| XYZ | 49.96 | 51.18 | 8.22 | - |
| YUV | 179.74 | 41.24 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 184 | 26 | 0 | 0.2 | 0.89 | 0.10 | 46.47 | 0.8 | 0.5 |
| Hex | E6 | B8 | 1A | 0 | 14 | 59 | A | 2E | 50 | 32 |
| Octal | 346 | 270 | 32 | 0 | 24 | 131 | 12 | 56 | 120 | 62 |
| Binary | 11100110 | 10111000 | 11010 | 0 | 10100 | 1011001 | 1010 | 101110 | 1010000 | 110010 |
Color Harmonies of #E6B81A
Complementary color
Monochromatic Colors of #E6B81A
Black with #E6B81A
Text Example
Text Example
White with #E6B81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B81A; }
p { color: rgb(230,184,26); }
H1.HeaderClassName
{
color: #E6B81A;
}
.AnyTagClassName
{
color: #E6B81A;
}
</style>
background-color css
<style>
a { background-color: #E6B81A; }
a { background-color: rgb(230,184,26); }
div.DivClassName
{
background-color: #E6B81A;
}
.BgClassName
{
background-color: #E6B81A;
}
</style>
border-color css
<style>
span { border-color: #E6B81A; }
span { border-color: rgb(230,184,26); }
td.TdClassName
{
border-color: #E6B81A;
}
.TagClassName
{
border-color: #E6B81A;
}
</style>