Shades of Gold Tips #ECB322
Tints of Gold Tips #ECB322
RGB
CMYK
RGB Variations
Color information
#ECB322 (or 0xECB322) is known color: Gold Tips. HEX triplet: EC, B3 and 22. RGB value is (236,179,34). Sum of RGB (Red+Green+Blue) = 236+179+34=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 34 (13.67% from 255 or 7.57% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB322 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB322 is #134CDD. Grayscale: #B4B4B4. Windows color (decimal): -1264862 or 2274284. OLE color: 2274284.
HSL color Cylindrical-coordinate representation of color #ECB322: hue angle of 43.07º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ECB322 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 34 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.07 |
| HSL | 43.07º | 0.84% | 0.53% | - |
| HSV(B) | 43.07º | 0.86% | 0.93% | - |
| XYZ | 51 | 50.19 | 8.51 | - |
| YUV | 179.51 | 45.88 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 34 | 0 | 0.24 | 0.86 | 0.07 | 43.07 | 0.84 | 0.53 |
| Hex | EC | B3 | 22 | 0 | 18 | 56 | 7 | 2B | 54 | 35 |
| Octal | 354 | 263 | 42 | 0 | 30 | 126 | 7 | 53 | 124 | 65 |
| Binary | 11101100 | 10110011 | 100010 | 0 | 11000 | 1010110 | 111 | 101011 | 1010100 | 110101 |
Color Harmonies of #ECB322
Complementary color
Monochromatic Colors of #ECB322
Black with #ECB322
Text Example
Text Example
White with #ECB322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB322; }
p { color: rgb(236,179,34); }
H1.HeaderClassName
{
color: #ECB322;
}
.AnyTagClassName
{
color: #ECB322;
}
</style>
background-color css
<style>
a { background-color: #ECB322; }
a { background-color: rgb(236,179,34); }
div.DivClassName
{
background-color: #ECB322;
}
.BgClassName
{
background-color: #ECB322;
}
</style>
border-color css
<style>
span { border-color: #ECB322; }
span { border-color: rgb(236,179,34); }
td.TdClassName
{
border-color: #ECB322;
}
.TagClassName
{
border-color: #ECB322;
}
</style>