Shades of Gold Tips #EBAC2E
Tints of Gold Tips #EBAC2E
RGB
CMYK
RGB Variations
Color information
#EBAC2E (or 0xEBAC2E) is known color: Gold Tips. HEX triplet: EB, AC and 2E. RGB value is (235,172,46). Sum of RGB (Red+Green+Blue) = 235+172+46=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 46 (18.36% from 255 or 10.15% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAC2E is #1453D1. Grayscale: #B1B1B1. Windows color (decimal): -1332178 or 3058923. OLE color: 3058923.
HSL color Cylindrical-coordinate representation of color #EBAC2E: hue angle of 40º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EBAC2E is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 172 | 46 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.08 |
| HSL | 40º | 0.83% | 0.55% | - |
| HSV(B) | 40º | 0.8% | 0.92% | - |
| XYZ | 49.51 | 47.36 | 9.12 | - |
| YUV | 176.47 | 54.37 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 172 | 46 | 0 | 0.27 | 0.80 | 0.08 | 40 | 0.83 | 0.55 |
| Hex | EB | AC | 2E | 0 | 1B | 50 | 8 | 28 | 53 | 37 |
| Octal | 353 | 254 | 56 | 0 | 33 | 120 | 10 | 50 | 123 | 67 |
| Binary | 11101011 | 10101100 | 101110 | 0 | 11011 | 1010000 | 1000 | 101000 | 1010011 | 110111 |
Color Harmonies of #EBAC2E
Complementary color
Monochromatic Colors of #EBAC2E
Black with #EBAC2E
Text Example
Text Example
White with #EBAC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAC2E; }
p { color: rgb(235,172,46); }
H1.HeaderClassName
{
color: #EBAC2E;
}
.AnyTagClassName
{
color: #EBAC2E;
}
</style>
background-color css
<style>
a { background-color: #EBAC2E; }
a { background-color: rgb(235,172,46); }
div.DivClassName
{
background-color: #EBAC2E;
}
.BgClassName
{
background-color: #EBAC2E;
}
</style>
border-color css
<style>
span { border-color: #EBAC2E; }
span { border-color: rgb(235,172,46); }
td.TdClassName
{
border-color: #EBAC2E;
}
.TagClassName
{
border-color: #EBAC2E;
}
</style>