Shades of Gold Tips #ECB325
Tints of Gold Tips #ECB325
RGB
CMYK
RGB Variations
Color information
#ECB325 (or 0xECB325) is known color: Gold Tips. HEX triplet: EC, B3 and 25. RGB value is (236,179,37). Sum of RGB (Red+Green+Blue) = 236+179+37=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 37 (14.84% from 255 or 8.19% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB325 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB325 is #134CDA. Grayscale: #B4B4B4. Windows color (decimal): -1264859 or 2470892. OLE color: 2470892.
HSL color Cylindrical-coordinate representation of color #ECB325: hue angle of 42.81º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ECB325 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 37 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.07 |
| HSL | 42.81º | 0.84% | 0.54% | - |
| HSV(B) | 42.81º | 0.84% | 0.93% | - |
| XYZ | 51.05 | 50.21 | 8.75 | - |
| YUV | 179.86 | 47.38 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 37 | 0 | 0.24 | 0.84 | 0.07 | 42.81 | 0.84 | 0.54 |
| Hex | EC | B3 | 25 | 0 | 18 | 54 | 7 | 2B | 54 | 36 |
| Octal | 354 | 263 | 45 | 0 | 30 | 124 | 7 | 53 | 124 | 66 |
| Binary | 11101100 | 10110011 | 100101 | 0 | 11000 | 1010100 | 111 | 101011 | 1010100 | 110110 |
Color Harmonies of #ECB325
Complementary color
Monochromatic Colors of #ECB325
Black with #ECB325
Text Example
Text Example
White with #ECB325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB325; }
p { color: rgb(236,179,37); }
H1.HeaderClassName
{
color: #ECB325;
}
.AnyTagClassName
{
color: #ECB325;
}
</style>
background-color css
<style>
a { background-color: #ECB325; }
a { background-color: rgb(236,179,37); }
div.DivClassName
{
background-color: #ECB325;
}
.BgClassName
{
background-color: #ECB325;
}
</style>
border-color css
<style>
span { border-color: #ECB325; }
span { border-color: rgb(236,179,37); }
td.TdClassName
{
border-color: #ECB325;
}
.TagClassName
{
border-color: #ECB325;
}
</style>