#ECAA2B

Color #ECAA2B Gold Tips (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Tips #ECAA2B

Tints of Gold Tips #ECAA2B

Color information

#ECAA2B (or 0xECAA2B) is unknown color: approx Gold Tips. HEX triplet: EC, AA and 2B. RGB value is (236,170,43). Sum of RGB (Red+Green+Blue) = 236+170+43=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 43 (17.19% from 255 or 9.58% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAA2B is #1355D4. Grayscale: #AFAFAF. Windows color (decimal): -1267157 or 2861804. OLE color: 2861804.

HSL color Cylindrical-coordinate representation of color #ECAA2B: hue angle of 39.48º 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 #ECAA2B is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB23617043-
CMYK00.280.820.07
HSL39.48º83.55%54.71%-
HSV(B)39.48º81.78%92.55%-
XYZ49.446.768.71-
YUV175.2653.37171.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 52.56%
GREEN value IS 170 (66.80% from 255) = 37.86%
BLUE value IS 43 (17.19% from 255) = 9.58%
R=52.56%
G=37.86%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361704300.280.820.0739.4883.5554.71
HexECAA2B01C527275437
Octal3542525303412274712467
Binary111011001010101010101101110010100101111001111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAA2B; }

 p { color: rgb(236,170,43); }

 H1.HeaderClassName
 {
   color: #ECAA2B;
 }
 .AnyTagClassName
 {
   color: #ECAA2B;
 }
</style>
background-color css

<style>
 a { background-color: #ECAA2B; }

 a { background-color: rgb(236,170,43); }

 div.DivClassName
 {
   background-color: #ECAA2B;
 }
 .BgClassName
 {
   background-color: #ECAA2B;
 }
</style>
border-color css

<style>
 span { border-color: #ECAA2B; }

 span { border-color: rgb(236,170,43); }

 td.TdClassName
 {
   border-color: #ECAA2B;
 }
 .TagClassName
 {
   border-color: #ECAA2B;
 }
</style>