#E1B566

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

Shades of Equator #E1B566

Tints of Equator #E1B566

Color information

#E1B566 (or 0xE1B566) is unknown color: approx Equator. HEX triplet: E1, B5 and 66. RGB value is (225,181,102). Sum of RGB (Red+Green+Blue) = 225+181+102=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 102 (40.23% from 255 or 20.08% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B566 is #1E4A99. Grayscale: #B9B9B9. Windows color (decimal): -1985178 or 6731233. OLE color: 6731233.

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

Color convert

RGB225181102-
CMYK00.200.550.12
HSL38.54º67.21%64.12%-
HSV(B)38.54º54.67%88.24%-
XYZ49.9750.0119.59-
YUV185.1581.08156.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.29%
GREEN value IS 181 (71.09% from 255) = 35.63%
BLUE value IS 102 (40.23% from 255) = 20.08%
R=44.29%
G=35.63%
B=20.08%

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
Decimal22518110200.200.550.1238.5467.2164.12
HexE1B56601437C274340
Octal341265146024671447103100
Binary11100001101101011100110010100110111110010011110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B566; }

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

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

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

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

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

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

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

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