#E1AE66

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

Shades of Equator #E1AE66

Tints of Equator #E1AE66

Color information

#E1AE66 (or 0xE1AE66) is unknown color: approx Equator. HEX triplet: E1, AE and 66. RGB value is (225,174,102). Sum of RGB (Red+Green+Blue) = 225+174+102=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AE66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AE66 is #1E5199. Grayscale: #B5B5B5. Windows color (decimal): -1986970 or 6729441. OLE color: 6729441.

HSL color Cylindrical-coordinate representation of color #E1AE66: hue angle of 35.12º 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 #E1AE66 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB225174102-
CMYK00.230.550.12
HSL35.12º67.21%64.12%-
HSV(B)35.12º54.67%88.24%-
XYZ48.5947.2419.13-
YUV181.0483.4159.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.91%
GREEN value IS 174 (68.36% from 255) = 34.73%
BLUE value IS 102 (40.23% from 255) = 20.36%
R=44.91%
G=34.73%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517410200.230.550.1235.1267.2164.12
HexE1AE6601737C234340
Octal341256146027671443103100
Binary11100001101011101100110010111110111110010001110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AE66; }

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

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

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

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

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

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

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

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