#E5AF5F

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

Shades of Equator #E5AF5F

Tints of Equator #E5AF5F

Color information

#E5AF5F (or 0xE5AF5F) is unknown color: approx Equator. HEX triplet: E5, AF and 5F. RGB value is (229,175,95). Sum of RGB (Red+Green+Blue) = 229+175+95=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 95 (37.5% from 255 or 19.04% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AF5F is #1A50A0. Grayscale: #B6B6B6. Windows color (decimal): -1724577 or 6270949. OLE color: 6270949.

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

Color convert

RGB22917595-
CMYK00.240.590.10
HSL35.82º72.04%63.53%-
HSV(B)35.82º58.52%89.8%-
XYZ49.7148.1417.5-
YUV182.0378.89161.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.89%
GREEN value IS 175 (68.75% from 255) = 35.07%
BLUE value IS 95 (37.5% from 255) = 19.04%
R=45.89%
G=35.07%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291759500.240.590.1035.8272.0463.53
HexE5AF5F0183BA244840
Octal345257137030731244110100
Binary11100101101011111011111011000111011101010010010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AF5F; }

 p { color: rgb(229,175,95); }

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

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

 a { background-color: rgb(229,175,95); }

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

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

 span { border-color: rgb(229,175,95); }

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