Shades of Gold Tips #ECB223
Tints of Gold Tips #ECB223
RGB
CMYK
RGB Variations
Color information
#ECB223 (or 0xECB223) is known color: Gold Tips. HEX triplet: EC, B2 and 23. RGB value is (236,178,35). Sum of RGB (Red+Green+Blue) = 236+178+35=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 35 (14.06% from 255 or 7.80% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB223 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB223 is #134DDC. Grayscale: #B3B3B3. Windows color (decimal): -1265117 or 2339564. OLE color: 2339564.
HSL color Cylindrical-coordinate representation of color #ECB223: hue angle of 42.69º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ECB223 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 35 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.07 |
| HSL | 42.69º | 0.84% | 0.53% | - |
| HSV(B) | 42.69º | 0.85% | 0.93% | - |
| XYZ | 50.82 | 49.8 | 8.52 | - |
| YUV | 179.04 | 46.72 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 35 | 0 | 0.25 | 0.85 | 0.07 | 42.69 | 0.84 | 0.53 |
| Hex | EC | B2 | 23 | 0 | 19 | 55 | 7 | 2B | 54 | 35 |
| Octal | 354 | 262 | 43 | 0 | 31 | 125 | 7 | 53 | 124 | 65 |
| Binary | 11101100 | 10110010 | 100011 | 0 | 11001 | 1010101 | 111 | 101011 | 1010100 | 110101 |
Color Harmonies of #ECB223
Complementary color
Monochromatic Colors of #ECB223
Black with #ECB223
Text Example
Text Example
White with #ECB223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB223; }
p { color: rgb(236,178,35); }
H1.HeaderClassName
{
color: #ECB223;
}
.AnyTagClassName
{
color: #ECB223;
}
</style>
background-color css
<style>
a { background-color: #ECB223; }
a { background-color: rgb(236,178,35); }
div.DivClassName
{
background-color: #ECB223;
}
.BgClassName
{
background-color: #ECB223;
}
</style>
border-color css
<style>
span { border-color: #ECB223; }
span { border-color: rgb(236,178,35); }
td.TdClassName
{
border-color: #ECB223;
}
.TagClassName
{
border-color: #ECB223;
}
</style>