#E9AE2A

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

Shades of Gold Tips #E9AE2A

Tints of Gold Tips #E9AE2A

Color information

#E9AE2A (or 0xE9AE2A) is unknown color: approx Gold Tips. HEX triplet: E9, AE and 2A. RGB value is (233,174,42). Sum of RGB (Red+Green+Blue) = 233+174+42=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 42 (16.80% from 255 or 9.35% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AE2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9AE2A is #1651D5. Grayscale: #B1B1B1. Windows color (decimal): -1462742 or 2797289. OLE color: 2797289.

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

Color convert

RGB23317442-
CMYK00.250.820.09
HSL41.47º81.28%53.92%-
HSV(B)41.47º81.97%91.37%-
XYZ49.1647.768.82-
YUV176.5952.05168.23-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 51.89%
GREEN value IS 174 (68.36% from 255) = 38.75%
BLUE value IS 42 (16.80% from 255) = 9.35%
R=51.89%
G=38.75%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.82
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331744200.250.820.0941.4781.2853.92
HexE9AE2A019529295136
Octal35125652031122115112166
Binary1110100110101110101010011001101001010011010011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AE2A; }

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

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

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

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

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

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

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

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