Shades of Gold Tips #ECAF2A
Tints of Gold Tips #ECAF2A
RGB
CMYK
RGB Variations
Color information
#ECAF2A (or 0xECAF2A) is known color: Gold Tips. HEX triplet: EC, AF and 2A. RGB value is (236,175,42). Sum of RGB (Red+Green+Blue) = 236+175+42=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 42 (16.80% from 255 or 9.27% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAF2A is #1350D5. Grayscale: #B2B2B2. Windows color (decimal): -1265878 or 2797548. OLE color: 2797548.
HSL color Cylindrical-coordinate representation of color #ECAF2A: hue angle of 41.13º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ECAF2A is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 42 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.07 |
| HSL | 41.13º | 0.84% | 0.55% | - |
| HSV(B) | 41.13º | 0.82% | 0.93% | - |
| XYZ | 50.34 | 48.66 | 8.93 | - |
| YUV | 178.08 | 51.21 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 42 | 0 | 0.26 | 0.82 | 0.07 | 41.13 | 0.84 | 0.55 |
| Hex | EC | AF | 2A | 0 | 1A | 52 | 7 | 29 | 54 | 37 |
| Octal | 354 | 257 | 52 | 0 | 32 | 122 | 7 | 51 | 124 | 67 |
| Binary | 11101100 | 10101111 | 101010 | 0 | 11010 | 1010010 | 111 | 101001 | 1010100 | 110111 |
Color Harmonies of #ECAF2A
Complementary color
Monochromatic Colors of #ECAF2A
Black with #ECAF2A
Text Example
Text Example
White with #ECAF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF2A; }
p { color: rgb(236,175,42); }
H1.HeaderClassName
{
color: #ECAF2A;
}
.AnyTagClassName
{
color: #ECAF2A;
}
</style>
background-color css
<style>
a { background-color: #ECAF2A; }
a { background-color: rgb(236,175,42); }
div.DivClassName
{
background-color: #ECAF2A;
}
.BgClassName
{
background-color: #ECAF2A;
}
</style>
border-color css
<style>
span { border-color: #ECAF2A; }
span { border-color: rgb(236,175,42); }
td.TdClassName
{
border-color: #ECAF2A;
}
.TagClassName
{
border-color: #ECAF2A;
}
</style>