#E1AF66

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

Shades of Equator #E1AF66

Tints of Equator #E1AF66

Color information

#E1AF66 (or 0xE1AF66) is unknown color: approx Equator. HEX triplet: E1, AF and 66. RGB value is (225,175,102). Sum of RGB (Red+Green+Blue) = 225+175+102=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 102 (40.23% from 255 or 20.32% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AF66 is #1E5099. Grayscale: #B5B5B5. Windows color (decimal): -1986714 or 6729697. OLE color: 6729697.

HSL color Cylindrical-coordinate representation of color #E1AF66: hue angle of 35.61º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E1AF66 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB225175102-
CMYK00.220.550.12
HSL35.61º67.21%64.12%-
HSV(B)35.61º54.67%88.24%-
XYZ48.7847.6319.19-
YUV181.6383.06158.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.82%
GREEN value IS 175 (68.75% from 255) = 34.86%
BLUE value IS 102 (40.23% from 255) = 20.32%
R=44.82%
G=34.86%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517510200.220.550.1235.6167.2164.12
HexE1AF6601637C244340
Octal341257146026671444103100
Binary11100001101011111100110010110110111110010010010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AF66; }

 p { color: rgb(225,175,102); }

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

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

 a { background-color: rgb(225,175,102); }

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

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

 span { border-color: rgb(225,175,102); }

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