Shades of Gold Tips #ECB425
Tints of Gold Tips #ECB425
RGB
CMYK
RGB Variations
Color information
#ECB425 (or 0xECB425) is known color: Gold Tips. HEX triplet: EC, B4 and 25. RGB value is (236,180,37). Sum of RGB (Red+Green+Blue) = 236+180+37=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 37 (14.84% from 255 or 8.17% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB425 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB425 is #134BDA. Grayscale: #B5B5B5. Windows color (decimal): -1264603 or 2471148. OLE color: 2471148.
HSL color Cylindrical-coordinate representation of color #ECB425: hue angle of 43.12º 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 #ECB425 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 37 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.07 |
| HSL | 43.12º | 0.84% | 0.54% | - |
| HSV(B) | 43.12º | 0.84% | 0.93% | - |
| XYZ | 51.25 | 50.61 | 8.82 | - |
| YUV | 180.44 | 47.05 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 37 | 0 | 0.24 | 0.84 | 0.07 | 43.12 | 0.84 | 0.54 |
| Hex | EC | B4 | 25 | 0 | 18 | 54 | 7 | 2B | 54 | 36 |
| Octal | 354 | 264 | 45 | 0 | 30 | 124 | 7 | 53 | 124 | 66 |
| Binary | 11101100 | 10110100 | 100101 | 0 | 11000 | 1010100 | 111 | 101011 | 1010100 | 110110 |
Color Harmonies of #ECB425
Complementary color
Monochromatic Colors of #ECB425
Black with #ECB425
Text Example
Text Example
White with #ECB425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB425; }
p { color: rgb(236,180,37); }
H1.HeaderClassName
{
color: #ECB425;
}
.AnyTagClassName
{
color: #ECB425;
}
</style>
background-color css
<style>
a { background-color: #ECB425; }
a { background-color: rgb(236,180,37); }
div.DivClassName
{
background-color: #ECB425;
}
.BgClassName
{
background-color: #ECB425;
}
</style>
border-color css
<style>
span { border-color: #ECB425; }
span { border-color: rgb(236,180,37); }
td.TdClassName
{
border-color: #ECB425;
}
.TagClassName
{
border-color: #ECB425;
}
</style>