#E9AD2A

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

Shades of Gold Tips #E9AD2A

Tints of Gold Tips #E9AD2A

Color information

#E9AD2A (or 0xE9AD2A) is unknown color: approx Gold Tips. HEX triplet: E9, AD and 2A. RGB value is (233,173,42). Sum of RGB (Red+Green+Blue) = 233+173+42=448 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.01% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 42 (16.80% from 255 or 9.38% from 448); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AD2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9AD2A is #1652D5. Grayscale: #B0B0B0. Windows color (decimal): -1462998 or 2797033. OLE color: 2797033.

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

Color convert

RGB23317342-
CMYK00.260.820.09
HSL41.15º81.28%53.92%-
HSV(B)41.15º81.97%91.37%-
XYZ48.9747.388.75-
YUV176.0152.38168.65-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.01%
GREEN value IS 173 (67.97% from 255) = 38.62%
BLUE value IS 42 (16.80% from 255) = 9.38%
R=52.01%
G=38.62%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.82
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331734200.260.820.0941.1581.2853.92
HexE9AD2A01A529295136
Octal35125552032122115112166
Binary1110100110101101101010011010101001010011010011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AD2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AD2A; }

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

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

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

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

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

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

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

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