Shades of Gold Tips #EBAB2C
Tints of Gold Tips #EBAB2C
RGB
CMYK
RGB Variations
Color information
#EBAB2C (or 0xEBAB2C) is known color: Gold Tips. HEX triplet: EB, AB and 2C. RGB value is (235,171,44). Sum of RGB (Red+Green+Blue) = 235+171+44=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 44 (17.58% from 255 or 9.78% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAB2C is #1454D3. Grayscale: #B0B0B0. Windows color (decimal): -1332436 or 2927595. OLE color: 2927595.
HSL color Cylindrical-coordinate representation of color #EBAB2C: hue angle of 39.9º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EBAB2C is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 171 | 44 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.08 |
| HSL | 39.9º | 0.83% | 0.55% | - |
| HSV(B) | 39.9º | 0.81% | 0.92% | - |
| XYZ | 49.28 | 46.97 | 8.85 | - |
| YUV | 175.66 | 53.7 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 171 | 44 | 0 | 0.27 | 0.81 | 0.08 | 39.9 | 0.83 | 0.55 |
| Hex | EB | AB | 2C | 0 | 1B | 51 | 8 | 28 | 53 | 37 |
| Octal | 353 | 253 | 54 | 0 | 33 | 121 | 10 | 50 | 123 | 67 |
| Binary | 11101011 | 10101011 | 101100 | 0 | 11011 | 1010001 | 1000 | 101000 | 1010011 | 110111 |
Color Harmonies of #EBAB2C
Complementary color
Monochromatic Colors of #EBAB2C
Black with #EBAB2C
Text Example
Text Example
White with #EBAB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAB2C; }
p { color: rgb(235,171,44); }
H1.HeaderClassName
{
color: #EBAB2C;
}
.AnyTagClassName
{
color: #EBAB2C;
}
</style>
background-color css
<style>
a { background-color: #EBAB2C; }
a { background-color: rgb(235,171,44); }
div.DivClassName
{
background-color: #EBAB2C;
}
.BgClassName
{
background-color: #EBAB2C;
}
</style>
border-color css
<style>
span { border-color: #EBAB2C; }
span { border-color: rgb(235,171,44); }
td.TdClassName
{
border-color: #EBAB2C;
}
.TagClassName
{
border-color: #EBAB2C;
}
</style>