#E5AD60

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

Shades of Equator #E5AD60

Tints of Equator #E5AD60

Color information

#E5AD60 (or 0xE5AD60) is unknown color: approx Equator. HEX triplet: E5, AD and 60. RGB value is (229,173,96). Sum of RGB (Red+Green+Blue) = 229+173+96=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 96 (37.89% from 255 or 19.28% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AD60 is #1A529F. Grayscale: #B5B5B5. Windows color (decimal): -1725088 or 6335973. OLE color: 6335973.

HSL color Cylindrical-coordinate representation of color #E5AD60: hue angle of 34.74º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E5AD60 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB22917396-
CMYK00.240.580.10
HSL34.74º71.89%63.73%-
HSV(B)34.74º58.08%89.8%-
XYZ49.3747.3917.61-
YUV180.9780.05162.26-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.98%
GREEN value IS 173 (67.97% from 255) = 34.74%
BLUE value IS 96 (37.89% from 255) = 19.28%
R=45.98%
G=34.74%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291739600.240.580.1034.7471.8963.73
HexE5AD600183AA234840
Octal345255140030721243110100
Binary11100101101011011100000011000111010101010001110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AD60; }

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

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

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

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

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

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

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

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