Shades of Gold Tips #E6B414
Tints of Gold Tips #E6B414
RGB
CMYK
RGB Variations
Color information
#E6B414 (or 0xE6B414) is known color: Gold Tips. HEX triplet: E6, B4 and 14. RGB value is (230,180,20). Sum of RGB (Red+Green+Blue) = 230+180+20=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 20 (8.20% from 255 or 4.65% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B414 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6B414 is #194BEB. Grayscale: #B1B1B1. Windows color (decimal): -1657836 or 1357030. OLE color: 1357030.
HSL color Cylindrical-coordinate representation of color #E6B414: hue angle of 45.71º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E6B414 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 180 | 20 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.10 |
| HSL | 45.71º | 0.84% | 0.49% | - |
| HSV(B) | 45.71º | 0.91% | 0.9% | - |
| XYZ | 49.08 | 49.52 | 7.63 | - |
| YUV | 176.71 | 39.57 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 180 | 20 | 0 | 0.22 | 0.91 | 0.10 | 45.71 | 0.84 | 0.49 |
| Hex | E6 | B4 | 14 | 0 | 16 | 5B | A | 2E | 54 | 31 |
| Octal | 346 | 264 | 24 | 0 | 26 | 133 | 12 | 56 | 124 | 61 |
| Binary | 11100110 | 10110100 | 10100 | 0 | 10110 | 1011011 | 1010 | 101110 | 1010100 | 110001 |
Color Harmonies of #E6B414
Complementary color
Monochromatic Colors of #E6B414
Black with #E6B414
Text Example
Text Example
White with #E6B414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B414; }
p { color: rgb(230,180,20); }
H1.HeaderClassName
{
color: #E6B414;
}
.AnyTagClassName
{
color: #E6B414;
}
</style>
background-color css
<style>
a { background-color: #E6B414; }
a { background-color: rgb(230,180,20); }
div.DivClassName
{
background-color: #E6B414;
}
.BgClassName
{
background-color: #E6B414;
}
</style>
border-color css
<style>
span { border-color: #E6B414; }
span { border-color: rgb(230,180,20); }
td.TdClassName
{
border-color: #E6B414;
}
.TagClassName
{
border-color: #E6B414;
}
</style>