#ECAA29

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

Shades of Gold Tips #ECAA29

Tints of Gold Tips #ECAA29

Color information

#ECAA29 (or 0xECAA29) is unknown color: approx Gold Tips. HEX triplet: EC, AA and 29. RGB value is (236,170,41). Sum of RGB (Red+Green+Blue) = 236+170+41=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 41 (16.41% from 255 or 9.17% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAA29 is #1355D6. Grayscale: #AFAFAF. Windows color (decimal): -1267159 or 2730732. OLE color: 2730732.

HSL color Cylindrical-coordinate representation of color #ECAA29: hue angle of 39.69º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECAA29 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB23617041-
CMYK00.280.830.07
HSL39.69º83.69%54.31%-
HSV(B)39.69º82.63%92.55%-
XYZ49.3746.748.52-
YUV175.0352.37171.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 52.80%
GREEN value IS 170 (66.80% from 255) = 38.03%
BLUE value IS 41 (16.41% from 255) = 9.17%
R=52.80%
G=38.03%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361704100.280.830.0739.6983.6954.31
HexECAA2901C537285436
Octal3542525103412375012466
Binary111011001010101010100101110010100111111010001010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAA29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAA29; }

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

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

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

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

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

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

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

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