#E1BA65

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

Shades of Equator #E1BA65

Tints of Equator #E1BA65

Color information

#E1BA65 (or 0xE1BA65) is unknown color: approx Equator. HEX triplet: E1, BA and 65. RGB value is (225,186,101). Sum of RGB (Red+Green+Blue) = 225+186+101=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 101 (39.84% from 255 or 19.73% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BA65 is #1E459A. Grayscale: #BCBCBC. Windows color (decimal): -1983899 or 6666977. OLE color: 6666977.

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

Color convert

RGB225186101-
CMYK00.170.550.12
HSL41.13º67.39%63.92%-
HSV(B)41.13º55.11%88.24%-
XYZ50.9652.0619.68-
YUV187.9778.92154.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.95%
GREEN value IS 186 (73.05% from 255) = 36.33%
BLUE value IS 101 (39.84% from 255) = 19.73%
R=43.95%
G=36.33%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518610100.170.550.1241.1367.3963.92
HexE1BA6501137C294340
Octal341272145021671451103100
Binary11100001101110101100101010001110111110010100110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BA65; }

 p { color: rgb(225,186,101); }

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

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

 a { background-color: rgb(225,186,101); }

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

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

 span { border-color: rgb(225,186,101); }

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