#E5A42B

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

Shades of Gold Tips #E5A42B

Tints of Gold Tips #E5A42B

Color information

#E5A42B (or 0xE5A42B) is unknown color: approx Gold Tips. HEX triplet: E5, A4 and 2B. RGB value is (229,164,43). Sum of RGB (Red+Green+Blue) = 229+164+43=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 43 (17.19% from 255 or 9.86% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A42B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A42B is #1A5BD4. Grayscale: #AAAAAA. Windows color (decimal): -1727445 or 2860261. OLE color: 2860261.

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

Color convert

RGB22916443-
CMYK00.280.810.10
HSL39.03º78.15%53.33%-
HSV(B)39.03º81.22%89.8%-
XYZ46.0243.388.23-
YUV169.6456.53170.34-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.52%
GREEN value IS 164 (64.45% from 255) = 37.61%
BLUE value IS 43 (17.19% from 255) = 9.86%
R=52.52%
G=37.61%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.81
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291644300.280.810.1039.0378.1553.33
HexE5A42B01C51A274e35
Octal34524453034121124711665
Binary1110010110100100101011011100101000110101001111001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A42B; }

 p { color: rgb(229,164,43); }

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

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

 a { background-color: rgb(229,164,43); }

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

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

 span { border-color: rgb(229,164,43); }

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