#E1A968

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

Shades of Equator #E1A968

Tints of Equator #E1A968

Color information

#E1A968 (or 0xE1A968) is unknown color: approx Equator. HEX triplet: E1, A9 and 68. RGB value is (225,169,104). Sum of RGB (Red+Green+Blue) = 225+169+104=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 169 (66.41% from 255 or 33.94% from 498); Blue value is 104 (41.02% from 255 or 20.88% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A968 is #1E5697. Grayscale: #B2B2B2. Windows color (decimal): -1988248 or 6859233. OLE color: 6859233.

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

Color convert

RGB225169104-
CMYK00.250.540.12
HSL32.23º66.85%64.51%-
HSV(B)32.23º53.78%88.24%-
XYZ47.7445.3819.34-
YUV178.3386.05161.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.18%
GREEN value IS 169 (66.41% from 255) = 33.94%
BLUE value IS 104 (41.02% from 255) = 20.88%
R=45.18%
G=33.94%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516910400.250.540.1232.2366.8564.51
HexE1A96801936C204341
Octal341251150031661440103101
Binary11100001101010011101000011001110110110010000010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A968; }

 p { color: rgb(225,169,104); }

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

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

 a { background-color: rgb(225,169,104); }

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

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

 span { border-color: rgb(225,169,104); }

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