#E1B365

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

Shades of Equator #E1B365

Tints of Equator #E1B365

Color information

#E1B365 (or 0xE1B365) is unknown color: approx Equator. HEX triplet: E1, B3 and 65. RGB value is (225,179,101). Sum of RGB (Red+Green+Blue) = 225+179+101=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 101 (39.84% from 255 or 20% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B365 is #1E4C9A. Grayscale: #B8B8B8. Windows color (decimal): -1985691 or 6665185. OLE color: 6665185.

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

Color convert

RGB225179101-
CMYK00.200.550.12
HSL37.74º67.39%63.92%-
HSV(B)37.74º55.11%88.24%-
XYZ49.5249.1919.2-
YUV183.8681.24157.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.55%
GREEN value IS 179 (70.31% from 255) = 35.45%
BLUE value IS 101 (39.84% from 255) = 20%
R=44.55%
G=35.45%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517910100.200.550.1237.7467.3963.92
HexE1B36501437C264340
Octal341263145024671446103100
Binary11100001101100111100101010100110111110010011010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B365; }

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

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

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

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

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

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

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

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