#E1B666

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

Shades of Equator #E1B666

Tints of Equator #E1B666

Color information

#E1B666 (or 0xE1B666) is unknown color: approx Equator. HEX triplet: E1, B6 and 66. RGB value is (225,182,102). Sum of RGB (Red+Green+Blue) = 225+182+102=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 102 (40.23% from 255 or 20.04% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B666 is #1E4999. Grayscale: #BABABA. Windows color (decimal): -1984922 or 6731489. OLE color: 6731489.

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

Color convert

RGB225182102-
CMYK00.190.550.12
HSL39.02º67.21%64.12%-
HSV(B)39.02º54.67%88.24%-
XYZ50.1850.4219.66-
YUV185.7480.75156-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.20%
GREEN value IS 182 (71.48% from 255) = 35.76%
BLUE value IS 102 (40.23% from 255) = 20.04%
R=44.20%
G=35.76%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518210200.190.550.1239.0267.2164.12
HexE1B66601337C274340
Octal341266146023671447103100
Binary11100001101101101100110010011110111110010011110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B666; }

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

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

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

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

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

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

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

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