#E9A629

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

Shades of Gold Tips #E9A629

Tints of Gold Tips #E9A629

Color information

#E9A629 (or 0xE9A629) is unknown color: approx Gold Tips. HEX triplet: E9, A6 and 29. RGB value is (233,166,41). Sum of RGB (Red+Green+Blue) = 233+166+41=440 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.95% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 41 (16.41% from 255 or 9.32% from 440); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A629 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A629 is #1659D6. Grayscale: #ACACAC. Windows color (decimal): -1464791 or 2729705. OLE color: 2729705.

HSL color Cylindrical-coordinate representation of color #E9A629: hue angle of 39.06º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E9A629 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB23316641-
CMYK00.290.820.09
HSL39.06º81.36%53.73%-
HSV(B)39.06º82.4%91.37%-
XYZ47.6444.768.23-
YUV171.7854.2171.66-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.95%
GREEN value IS 166 (65.23% from 255) = 37.73%
BLUE value IS 41 (16.41% from 255) = 9.32%
R=52.95%
G=37.73%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.82
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331664100.290.820.0939.0681.3653.73
HexE9A62901D529275136
Octal35124651035122114712166
Binary1110100110100110101001011101101001010011001111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A629; }

 p { color: rgb(233,166,41); }

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

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

 a { background-color: rgb(233,166,41); }

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

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

 span { border-color: rgb(233,166,41); }

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