Shades of Gold Tips #ECAF25
Tints of Gold Tips #ECAF25
RGB
CMYK
RGB Variations
Color information
#ECAF25 (or 0xECAF25) is known color: Gold Tips. HEX triplet: EC, AF and 25. RGB value is (236,175,37). Sum of RGB (Red+Green+Blue) = 236+175+37=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 37 (14.84% from 255 or 8.26% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAF25 is #1350DA. Grayscale: #B2B2B2. Windows color (decimal): -1265883 or 2469868. OLE color: 2469868.
HSL color Cylindrical-coordinate representation of color #ECAF25: hue angle of 41.61º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ECAF25 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 37 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.07 |
| HSL | 41.61º | 0.84% | 0.54% | - |
| HSV(B) | 41.61º | 0.84% | 0.93% | - |
| XYZ | 50.26 | 48.63 | 8.49 | - |
| YUV | 177.51 | 48.71 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 37 | 0 | 0.26 | 0.84 | 0.07 | 41.61 | 0.84 | 0.54 |
| Hex | EC | AF | 25 | 0 | 1A | 54 | 7 | 2A | 54 | 36 |
| Octal | 354 | 257 | 45 | 0 | 32 | 124 | 7 | 52 | 124 | 66 |
| Binary | 11101100 | 10101111 | 100101 | 0 | 11010 | 1010100 | 111 | 101010 | 1010100 | 110110 |
Color Harmonies of #ECAF25
Complementary color
Monochromatic Colors of #ECAF25
Black with #ECAF25
Text Example
Text Example
White with #ECAF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF25; }
p { color: rgb(236,175,37); }
H1.HeaderClassName
{
color: #ECAF25;
}
.AnyTagClassName
{
color: #ECAF25;
}
</style>
background-color css
<style>
a { background-color: #ECAF25; }
a { background-color: rgb(236,175,37); }
div.DivClassName
{
background-color: #ECAF25;
}
.BgClassName
{
background-color: #ECAF25;
}
</style>
border-color css
<style>
span { border-color: #ECAF25; }
span { border-color: rgb(236,175,37); }
td.TdClassName
{
border-color: #ECAF25;
}
.TagClassName
{
border-color: #ECAF25;
}
</style>