Shades of Gold Tips #EBB324
Tints of Gold Tips #EBB324
RGB
CMYK
RGB Variations
Color information
#EBB324 (or 0xEBB324) is known color: Gold Tips. HEX triplet: EB, B3 and 24. RGB value is (235,179,36). Sum of RGB (Red+Green+Blue) = 235+179+36=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 36 (14.45% from 255 or 8% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB324 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBB324 is #144CDB. Grayscale: #B4B4B4. Windows color (decimal): -1330396 or 2405355. OLE color: 2405355.
HSL color Cylindrical-coordinate representation of color #EBB324: hue angle of 43.12º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EBB324 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 179 | 36 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.08 |
| HSL | 43.12º | 0.83% | 0.53% | - |
| HSV(B) | 43.12º | 0.85% | 0.92% | - |
| XYZ | 50.7 | 50.03 | 8.65 | - |
| YUV | 179.44 | 47.05 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 179 | 36 | 0 | 0.24 | 0.85 | 0.08 | 43.12 | 0.83 | 0.53 |
| Hex | EB | B3 | 24 | 0 | 18 | 55 | 8 | 2B | 53 | 35 |
| Octal | 353 | 263 | 44 | 0 | 30 | 125 | 10 | 53 | 123 | 65 |
| Binary | 11101011 | 10110011 | 100100 | 0 | 11000 | 1010101 | 1000 | 101011 | 1010011 | 110101 |
Color Harmonies of #EBB324
Complementary color
Monochromatic Colors of #EBB324
Black with #EBB324
Text Example
Text Example
White with #EBB324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB324; }
p { color: rgb(235,179,36); }
H1.HeaderClassName
{
color: #EBB324;
}
.AnyTagClassName
{
color: #EBB324;
}
</style>
background-color css
<style>
a { background-color: #EBB324; }
a { background-color: rgb(235,179,36); }
div.DivClassName
{
background-color: #EBB324;
}
.BgClassName
{
background-color: #EBB324;
}
</style>
border-color css
<style>
span { border-color: #EBB324; }
span { border-color: rgb(235,179,36); }
td.TdClassName
{
border-color: #EBB324;
}
.TagClassName
{
border-color: #EBB324;
}
</style>