#E5A92F

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

Shades of Gold Tips #E5A92F

Tints of Gold Tips #E5A92F

Color information

#E5A92F (or 0xE5A92F) is unknown color: approx Gold Tips. HEX triplet: E5, A9 and 2F. RGB value is (229,169,47). Sum of RGB (Red+Green+Blue) = 229+169+47=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 47 (18.75% from 255 or 10.56% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A92F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A92F is #1A56D0. Grayscale: #ADADAD. Windows color (decimal): -1726161 or 3123685. OLE color: 3123685.

HSL color Cylindrical-coordinate representation of color #E5A92F: hue angle of 40.22º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5A92F is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB22916947-
CMYK00.260.790.10
HSL40.22º77.78%54.12%-
HSV(B)40.22º79.48%89.8%-
XYZ47.0145.248.94-
YUV173.0356.88167.92-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.46%
GREEN value IS 169 (66.41% from 255) = 37.98%
BLUE value IS 47 (18.75% from 255) = 10.56%
R=51.46%
G=37.98%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291694700.260.790.1040.2277.7854.12
HexE5A92F01A4FA284e36
Octal34525157032117125011666
Binary1110010110101001101111011010100111110101010001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A92F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A92F; }

 p { color: rgb(229,169,47); }

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

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

 a { background-color: rgb(229,169,47); }

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

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

 span { border-color: rgb(229,169,47); }

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