Shades of Gold Tips #ECB227
Tints of Gold Tips #ECB227
RGB
CMYK
RGB Variations
Color information
#ECB227 (or 0xECB227) is known color: Gold Tips. HEX triplet: EC, B2 and 27. RGB value is (236,178,39). Sum of RGB (Red+Green+Blue) = 236+178+39=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 39 (15.62% from 255 or 8.61% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB227 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB227 is #134DD8. Grayscale: #B4B4B4. Windows color (decimal): -1265113 or 2601708. OLE color: 2601708.
HSL color Cylindrical-coordinate representation of color #ECB227: hue angle of 42.34º 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 #ECB227 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 39 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.07 |
| HSL | 42.34º | 0.84% | 0.54% | - |
| HSV(B) | 42.34º | 0.83% | 0.93% | - |
| XYZ | 50.88 | 49.82 | 8.85 | - |
| YUV | 179.5 | 48.72 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 39 | 0 | 0.25 | 0.83 | 0.07 | 42.34 | 0.84 | 0.54 |
| Hex | EC | B2 | 27 | 0 | 19 | 53 | 7 | 2A | 54 | 36 |
| Octal | 354 | 262 | 47 | 0 | 31 | 123 | 7 | 52 | 124 | 66 |
| Binary | 11101100 | 10110010 | 100111 | 0 | 11001 | 1010011 | 111 | 101010 | 1010100 | 110110 |
Color Harmonies of #ECB227
Complementary color
Monochromatic Colors of #ECB227
Black with #ECB227
Text Example
Text Example
White with #ECB227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB227; }
p { color: rgb(236,178,39); }
H1.HeaderClassName
{
color: #ECB227;
}
.AnyTagClassName
{
color: #ECB227;
}
</style>
background-color css
<style>
a { background-color: #ECB227; }
a { background-color: rgb(236,178,39); }
div.DivClassName
{
background-color: #ECB227;
}
.BgClassName
{
background-color: #ECB227;
}
</style>
border-color css
<style>
span { border-color: #ECB227; }
span { border-color: rgb(236,178,39); }
td.TdClassName
{
border-color: #ECB227;
}
.TagClassName
{
border-color: #ECB227;
}
</style>