Shades of Gold Tips #E6AB1B
Tints of Gold Tips #E6AB1B
RGB
CMYK
RGB Variations
Color information
#E6AB1B (or 0xE6AB1B) is known color: Gold Tips. HEX triplet: E6, AB and 1B. RGB value is (230,171,27). Sum of RGB (Red+Green+Blue) = 230+171+27=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 27 (10.94% from 255 or 6.31% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AB1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6AB1B is #1954E4. Grayscale: #ACACAC. Windows color (decimal): -1660133 or 1813478. OLE color: 1813478.
HSL color Cylindrical-coordinate representation of color #E6AB1B: hue angle of 42.56º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E6AB1B is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 171 | 27 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.10 |
| HSL | 42.56º | 0.8% | 0.5% | - |
| HSV(B) | 42.56º | 0.88% | 0.9% | - |
| XYZ | 47.39 | 46.03 | 7.42 | - |
| YUV | 172.23 | 46.05 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 27 | 0 | 0.26 | 0.88 | 0.10 | 42.56 | 0.8 | 0.5 |
| Hex | E6 | AB | 1B | 0 | 1A | 58 | A | 2B | 50 | 32 |
| Octal | 346 | 253 | 33 | 0 | 32 | 130 | 12 | 53 | 120 | 62 |
| Binary | 11100110 | 10101011 | 11011 | 0 | 11010 | 1011000 | 1010 | 101011 | 1010000 | 110010 |
Color Harmonies of #E6AB1B
Complementary color
Monochromatic Colors of #E6AB1B
Black with #E6AB1B
Text Example
Text Example
White with #E6AB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AB1B; }
p { color: rgb(230,171,27); }
H1.HeaderClassName
{
color: #E6AB1B;
}
.AnyTagClassName
{
color: #E6AB1B;
}
</style>
background-color css
<style>
a { background-color: #E6AB1B; }
a { background-color: rgb(230,171,27); }
div.DivClassName
{
background-color: #E6AB1B;
}
.BgClassName
{
background-color: #E6AB1B;
}
</style>
border-color css
<style>
span { border-color: #E6AB1B; }
span { border-color: rgb(230,171,27); }
td.TdClassName
{
border-color: #E6AB1B;
}
.TagClassName
{
border-color: #E6AB1B;
}
</style>