Shades of Gold Tips #ECB622
Tints of Gold Tips #ECB622
RGB
CMYK
RGB Variations
Color information
#ECB622 (or 0xECB622) is known color: Gold Tips. HEX triplet: EC, B6 and 22. RGB value is (236,182,34). Sum of RGB (Red+Green+Blue) = 236+182+34=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 182 (71.48% from 255 or 40.27% from 452); Blue value is 34 (13.67% from 255 or 7.52% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB622 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB622 is #1349DD. Grayscale: #B5B5B5. Windows color (decimal): -1264094 or 2275052. OLE color: 2275052.
HSL color Cylindrical-coordinate representation of color #ECB622: hue angle of 43.96º 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 #ECB622 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 34 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.07 |
| HSL | 43.96º | 0.84% | 0.53% | - |
| HSV(B) | 43.96º | 0.86% | 0.93% | - |
| XYZ | 51.61 | 51.4 | 8.72 | - |
| YUV | 181.27 | 44.89 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 34 | 0 | 0.23 | 0.86 | 0.07 | 43.96 | 0.84 | 0.53 |
| Hex | EC | B6 | 22 | 0 | 17 | 56 | 7 | 2C | 54 | 35 |
| Octal | 354 | 266 | 42 | 0 | 27 | 126 | 7 | 54 | 124 | 65 |
| Binary | 11101100 | 10110110 | 100010 | 0 | 10111 | 1010110 | 111 | 101100 | 1010100 | 110101 |
Color Harmonies of #ECB622
Complementary color
Monochromatic Colors of #ECB622
Black with #ECB622
Text Example
Text Example
White with #ECB622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB622; }
p { color: rgb(236,182,34); }
H1.HeaderClassName
{
color: #ECB622;
}
.AnyTagClassName
{
color: #ECB622;
}
</style>
background-color css
<style>
a { background-color: #ECB622; }
a { background-color: rgb(236,182,34); }
div.DivClassName
{
background-color: #ECB622;
}
.BgClassName
{
background-color: #ECB622;
}
</style>
border-color css
<style>
span { border-color: #ECB622; }
span { border-color: rgb(236,182,34); }
td.TdClassName
{
border-color: #ECB622;
}
.TagClassName
{
border-color: #ECB622;
}
</style>