#E1B066

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

Shades of Equator #E1B066

Tints of Equator #E1B066

Color information

#E1B066 (or 0xE1B066) is unknown color: approx Equator. HEX triplet: E1, B0 and 66. RGB value is (225,176,102). Sum of RGB (Red+Green+Blue) = 225+176+102=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 102 (40.23% from 255 or 20.28% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B066 is #1E4F99. Grayscale: #B6B6B6. Windows color (decimal): -1986458 or 6729953. OLE color: 6729953.

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

Color convert

RGB225176102-
CMYK00.220.550.12
HSL36.1º67.21%64.12%-
HSV(B)36.1º54.67%88.24%-
XYZ48.9748.0219.26-
YUV182.2182.73158.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.73%
GREEN value IS 176 (69.14% from 255) = 34.99%
BLUE value IS 102 (40.23% from 255) = 20.28%
R=44.73%
G=34.99%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517610200.220.550.1236.167.2164.12
HexE1B06601637C244340
Octal341260146026671444103100
Binary11100001101100001100110010110110111110010010010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B066; }

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

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

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

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

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

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

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

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