#E5AD2B

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

Shades of Gold Tips #E5AD2B

Tints of Gold Tips #E5AD2B

Color information

#E5AD2B (or 0xE5AD2B) is unknown color: approx Gold Tips. HEX triplet: E5, AD and 2B. RGB value is (229,173,43). Sum of RGB (Red+Green+Blue) = 229+173+43=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 43 (17.19% from 255 or 9.66% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AD2B is #1A52D4. Grayscale: #AFAFAF. Windows color (decimal): -1725141 or 2862565. OLE color: 2862565.

HSL color Cylindrical-coordinate representation of color #E5AD2B: hue angle of 41.94º 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 #E5AD2B is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.10.

Color convert

RGB22917343-
CMYK00.240.810.10
HSL41.94º78.15%53.33%-
HSV(B)41.94º81.22%89.8%-
XYZ47.6946.728.79-
YUV174.9253.55166.57-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.46%
GREEN value IS 173 (67.97% from 255) = 38.88%
BLUE value IS 43 (17.19% from 255) = 9.66%
R=51.46%
G=38.88%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.81
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291734300.240.810.1041.9478.1553.33
HexE5AD2B01851A2a4e35
Octal34525553030121125211665
Binary1110010110101101101011011000101000110101010101001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AD2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AD2B; }

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

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

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

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

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

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

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

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