Shades of Gold Tips #ECB327
Tints of Gold Tips #ECB327
RGB
CMYK
RGB Variations
Color information
#ECB327 (or 0xECB327) is known color: Gold Tips. HEX triplet: EC, B3 and 27. RGB value is (236,179,39). Sum of RGB (Red+Green+Blue) = 236+179+39=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 39 (15.62% from 255 or 8.59% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB327 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB327 is #134CD8. Grayscale: #B4B4B4. Windows color (decimal): -1264857 or 2601964. OLE color: 2601964.
HSL color Cylindrical-coordinate representation of color #ECB327: hue angle of 42.64º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECB327 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 39 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.07 |
| HSL | 42.64º | 0.84% | 0.54% | - |
| HSV(B) | 42.64º | 0.83% | 0.93% | - |
| XYZ | 51.08 | 50.22 | 8.92 | - |
| YUV | 180.08 | 48.38 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 39 | 0 | 0.24 | 0.83 | 0.07 | 42.64 | 0.84 | 0.54 |
| Hex | EC | B3 | 27 | 0 | 18 | 53 | 7 | 2B | 54 | 36 |
| Octal | 354 | 263 | 47 | 0 | 30 | 123 | 7 | 53 | 124 | 66 |
| Binary | 11101100 | 10110011 | 100111 | 0 | 11000 | 1010011 | 111 | 101011 | 1010100 | 110110 |
Color Harmonies of #ECB327
Complementary color
Monochromatic Colors of #ECB327
Black with #ECB327
Text Example
Text Example
White with #ECB327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB327; }
p { color: rgb(236,179,39); }
H1.HeaderClassName
{
color: #ECB327;
}
.AnyTagClassName
{
color: #ECB327;
}
</style>
background-color css
<style>
a { background-color: #ECB327; }
a { background-color: rgb(236,179,39); }
div.DivClassName
{
background-color: #ECB327;
}
.BgClassName
{
background-color: #ECB327;
}
</style>
border-color css
<style>
span { border-color: #ECB327; }
span { border-color: rgb(236,179,39); }
td.TdClassName
{
border-color: #ECB327;
}
.TagClassName
{
border-color: #ECB327;
}
</style>