Shades of Gold Tips #ECA627
Tints of Gold Tips #ECA627
RGB
CMYK
RGB Variations
Color information
#ECA627 (or 0xECA627) is known color: Gold Tips. HEX triplet: EC, A6 and 27. RGB value is (236,166,39). Sum of RGB (Red+Green+Blue) = 236+166+39=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 39 (15.62% from 255 or 8.84% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA627 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA627 is #1359D8. Grayscale: #ADADAD. Windows color (decimal): -1268185 or 2598636. OLE color: 2598636.
HSL color Cylindrical-coordinate representation of color #ECA627: hue angle of 38.68º 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 #ECA627 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 166 | 39 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.07 |
| HSL | 38.68º | 0.84% | 0.54% | - |
| HSV(B) | 38.68º | 0.83% | 0.93% | - |
| XYZ | 48.59 | 45.25 | 8.09 | - |
| YUV | 172.45 | 52.69 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 166 | 39 | 0 | 0.30 | 0.83 | 0.07 | 38.68 | 0.84 | 0.54 |
| Hex | EC | A6 | 27 | 0 | 1E | 53 | 7 | 27 | 54 | 36 |
| Octal | 354 | 246 | 47 | 0 | 36 | 123 | 7 | 47 | 124 | 66 |
| Binary | 11101100 | 10100110 | 100111 | 0 | 11110 | 1010011 | 111 | 100111 | 1010100 | 110110 |
Color Harmonies of #ECA627
Complementary color
Monochromatic Colors of #ECA627
Black with #ECA627
Text Example
Text Example
White with #ECA627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA627; }
p { color: rgb(236,166,39); }
H1.HeaderClassName
{
color: #ECA627;
}
.AnyTagClassName
{
color: #ECA627;
}
</style>
background-color css
<style>
a { background-color: #ECA627; }
a { background-color: rgb(236,166,39); }
div.DivClassName
{
background-color: #ECA627;
}
.BgClassName
{
background-color: #ECA627;
}
</style>
border-color css
<style>
span { border-color: #ECA627; }
span { border-color: rgb(236,166,39); }
td.TdClassName
{
border-color: #ECA627;
}
.TagClassName
{
border-color: #ECA627;
}
</style>