#E9A92A

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

Shades of Gold Tips #E9A92A

Tints of Gold Tips #E9A92A

Color information

#E9A92A (or 0xE9A92A) is unknown color: approx Gold Tips. HEX triplet: E9, A9 and 2A. RGB value is (233,169,42). Sum of RGB (Red+Green+Blue) = 233+169+42=444 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.48% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 42 (16.80% from 255 or 9.46% from 444); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A92A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A92A is #1656D5. Grayscale: #AEAEAE. Windows color (decimal): -1464022 or 2796009. OLE color: 2796009.

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

Color convert

RGB23316942-
CMYK00.270.820.09
HSL39.9º81.28%53.92%-
HSV(B)39.9º81.97%91.37%-
XYZ48.2145.878.5-
YUV173.6653.7170.33-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.48%
GREEN value IS 169 (66.41% from 255) = 38.06%
BLUE value IS 42 (16.80% from 255) = 9.46%
R=52.48%
G=38.06%
B=9.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331694200.270.820.0939.981.2853.92
HexE9A92A01B529285136
Octal35125152033122115012166
Binary1110100110101001101010011011101001010011010001010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A92A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A92A; }

 p { color: rgb(233,169,42); }

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

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

 a { background-color: rgb(233,169,42); }

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

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

 span { border-color: rgb(233,169,42); }

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