Shades of Gold Tips #ECAC2D
Tints of Gold Tips #ECAC2D
RGB
CMYK
RGB Variations
Color information
#ECAC2D (or 0xECAC2D) is known color: Gold Tips. HEX triplet: EC, AC and 2D. RGB value is (236,172,45). Sum of RGB (Red+Green+Blue) = 236+172+45=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 45 (17.97% from 255 or 9.93% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAC2D is #1353D2. Grayscale: #B1B1B1. Windows color (decimal): -1266643 or 2993388. OLE color: 2993388.
HSL color Cylindrical-coordinate representation of color #ECAC2D: hue angle of 39.9º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECAC2D is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 172 | 45 | - |
CMYK | 0 | 0.27 | 0.81 | 0.07 |
HSL | 39.9º | 0.83% | 0.55% | - |
HSV(B) | 39.9º | 0.81% | 0.93% | - |
XYZ | 49.82 | 47.53 | 9.03 | - |
YUV | 176.66 | 53.7 | 170.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 172 | 45 | 0 | 0.27 | 0.81 | 0.07 | 39.9 | 0.83 | 0.55 |
Hex | EC | AC | 2D | 0 | 1B | 51 | 7 | 28 | 53 | 37 |
Octal | 354 | 254 | 55 | 0 | 33 | 121 | 7 | 50 | 123 | 67 |
Binary | 11101100 | 10101100 | 101101 | 0 | 11011 | 1010001 | 111 | 101000 | 1010011 | 110111 |
Color Harmonies of #ECAC2D
Complementary color
Monochromatic Colors of #ECAC2D
Black with #ECAC2D
Text Example
Text Example
White with #ECAC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAC2D; }
p { color: rgb(236,172,45); }
H1.HeaderClassName
{
color: #ECAC2D;
}
.AnyTagClassName
{
color: #ECAC2D;
}
</style>
background-color css
<style>
a { background-color: #ECAC2D; }
a { background-color: rgb(236,172,45); }
div.DivClassName
{
background-color: #ECAC2D;
}
.BgClassName
{
background-color: #ECAC2D;
}
</style>
border-color css
<style>
span { border-color: #ECAC2D; }
span { border-color: rgb(236,172,45); }
td.TdClassName
{
border-color: #ECAC2D;
}
.TagClassName
{
border-color: #ECAC2D;
}
</style>