#E1B064

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

Shades of Equator #E1B064

Tints of Equator #E1B064

Color information

#E1B064 (or 0xE1B064) is unknown color: approx Equator. HEX triplet: E1, B0 and 64. RGB value is (225,176,100). Sum of RGB (Red+Green+Blue) = 225+176+100=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 100 (39.45% from 255 or 19.96% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B064 is #1E4F9B. Grayscale: #B6B6B6. Windows color (decimal): -1986460 or 6598881. OLE color: 6598881.

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

Color convert

RGB225176100-
CMYK00.220.560.12
HSL36.48º67.57%63.73%-
HSV(B)36.48º55.56%88.24%-
XYZ48.8847.9818.74-
YUV181.9981.73158.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.91%
GREEN value IS 176 (69.14% from 255) = 35.13%
BLUE value IS 100 (39.45% from 255) = 19.96%
R=44.91%
G=35.13%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517610000.220.560.1236.4867.5763.73
HexE1B06401638C244440
Octal341260144026701444104100
Binary11100001101100001100100010110111000110010010010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B064; }

 p { color: rgb(225,176,100); }

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

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

 a { background-color: rgb(225,176,100); }

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

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

 span { border-color: rgb(225,176,100); }

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