Shades of Gold Tips #EBAC17
Tints of Gold Tips #EBAC17
RGB
CMYK
RGB Variations
Color information
#EBAC17 (or 0xEBAC17) is known color: Gold Tips. HEX triplet: EB, AC and 17. RGB value is (235,172,23). Sum of RGB (Red+Green+Blue) = 235+172+23=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 23 (9.38% from 255 or 5.35% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAC17 is #1453E8. Grayscale: #AEAEAE. Windows color (decimal): -1332201 or 1551595. OLE color: 1551595.
HSL color Cylindrical-coordinate representation of color #EBAC17: hue angle of 42.17º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EBAC17 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 172 | 23 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.08 |
| HSL | 42.17º | 0.84% | 0.51% | - |
| HSV(B) | 42.17º | 0.9% | 0.92% | - |
| XYZ | 49.17 | 47.23 | 7.34 | - |
| YUV | 173.85 | 42.87 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 172 | 23 | 0 | 0.27 | 0.90 | 0.08 | 42.17 | 0.84 | 0.51 |
| Hex | EB | AC | 17 | 0 | 1B | 5A | 8 | 2A | 54 | 33 |
| Octal | 353 | 254 | 27 | 0 | 33 | 132 | 10 | 52 | 124 | 63 |
| Binary | 11101011 | 10101100 | 10111 | 0 | 11011 | 1011010 | 1000 | 101010 | 1010100 | 110011 |
Color Harmonies of #EBAC17
Complementary color
Monochromatic Colors of #EBAC17
Black with #EBAC17
Text Example
Text Example
White with #EBAC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAC17; }
p { color: rgb(235,172,23); }
H1.HeaderClassName
{
color: #EBAC17;
}
.AnyTagClassName
{
color: #EBAC17;
}
</style>
background-color css
<style>
a { background-color: #EBAC17; }
a { background-color: rgb(235,172,23); }
div.DivClassName
{
background-color: #EBAC17;
}
.BgClassName
{
background-color: #EBAC17;
}
</style>
border-color css
<style>
span { border-color: #EBAC17; }
span { border-color: rgb(235,172,23); }
td.TdClassName
{
border-color: #EBAC17;
}
.TagClassName
{
border-color: #EBAC17;
}
</style>