Shades of Gold Tips #E6B12D
Tints of Gold Tips #E6B12D
RGB
CMYK
RGB Variations
Color information
#E6B12D (or 0xE6B12D) is known color: Gold Tips. HEX triplet: E6, B1 and 2D. RGB value is (230,177,45). Sum of RGB (Red+Green+Blue) = 230+177+45=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 45 (17.97% from 255 or 9.96% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B12D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6B12D is #194ED2. Grayscale: #B2B2B2. Windows color (decimal): -1658579 or 2994662. OLE color: 2994662.
HSL color Cylindrical-coordinate representation of color #E6B12D: hue angle of 42.81º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E6B12D is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 177 | 45 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.10 |
| HSL | 42.81º | 0.79% | 0.54% | - |
| HSV(B) | 42.81º | 0.8% | 0.9% | - |
| XYZ | 48.83 | 48.46 | 9.26 | - |
| YUV | 177.8 | 53.06 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 177 | 45 | 0 | 0.23 | 0.80 | 0.10 | 42.81 | 0.79 | 0.54 |
| Hex | E6 | B1 | 2D | 0 | 17 | 50 | A | 2B | 4F | 36 |
| Octal | 346 | 261 | 55 | 0 | 27 | 120 | 12 | 53 | 117 | 66 |
| Binary | 11100110 | 10110001 | 101101 | 0 | 10111 | 1010000 | 1010 | 101011 | 1001111 | 110110 |
Color Harmonies of #E6B12D
Complementary color
Monochromatic Colors of #E6B12D
Black with #E6B12D
Text Example
Text Example
White with #E6B12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B12D; }
p { color: rgb(230,177,45); }
H1.HeaderClassName
{
color: #E6B12D;
}
.AnyTagClassName
{
color: #E6B12D;
}
</style>
background-color css
<style>
a { background-color: #E6B12D; }
a { background-color: rgb(230,177,45); }
div.DivClassName
{
background-color: #E6B12D;
}
.BgClassName
{
background-color: #E6B12D;
}
</style>
border-color css
<style>
span { border-color: #E6B12D; }
span { border-color: rgb(230,177,45); }
td.TdClassName
{
border-color: #E6B12D;
}
.TagClassName
{
border-color: #E6B12D;
}
</style>