Shades of Gold Tips #EBB329
Tints of Gold Tips #EBB329
RGB
CMYK
RGB Variations
Color information
#EBB329 (or 0xEBB329) is known color: Gold Tips. HEX triplet: EB, B3 and 29. RGB value is (235,179,41). Sum of RGB (Red+Green+Blue) = 235+179+41=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 41 (16.41% from 255 or 9.01% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB329 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBB329 is #144CD6. Grayscale: #B4B4B4. Windows color (decimal): -1330391 or 2733035. OLE color: 2733035.
HSL color Cylindrical-coordinate representation of color #EBB329: hue angle of 42.68º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EBB329 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 179 | 41 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.08 |
| HSL | 42.68º | 0.83% | 0.54% | - |
| HSV(B) | 42.68º | 0.83% | 0.92% | - |
| XYZ | 50.78 | 50.06 | 9.08 | - |
| YUV | 180.01 | 49.55 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 179 | 41 | 0 | 0.24 | 0.83 | 0.08 | 42.68 | 0.83 | 0.54 |
| Hex | EB | B3 | 29 | 0 | 18 | 53 | 8 | 2B | 53 | 36 |
| Octal | 353 | 263 | 51 | 0 | 30 | 123 | 10 | 53 | 123 | 66 |
| Binary | 11101011 | 10110011 | 101001 | 0 | 11000 | 1010011 | 1000 | 101011 | 1010011 | 110110 |
Color Harmonies of #EBB329
Complementary color
Monochromatic Colors of #EBB329
Black with #EBB329
Text Example
Text Example
White with #EBB329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB329; }
p { color: rgb(235,179,41); }
H1.HeaderClassName
{
color: #EBB329;
}
.AnyTagClassName
{
color: #EBB329;
}
</style>
background-color css
<style>
a { background-color: #EBB329; }
a { background-color: rgb(235,179,41); }
div.DivClassName
{
background-color: #EBB329;
}
.BgClassName
{
background-color: #EBB329;
}
</style>
border-color css
<style>
span { border-color: #EBB329; }
span { border-color: rgb(235,179,41); }
td.TdClassName
{
border-color: #EBB329;
}
.TagClassName
{
border-color: #EBB329;
}
</style>