#E2B163

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

Shades of Equator #E2B163

Tints of Equator #E2B163

Color information

#E2B163 (or 0xE2B163) is unknown color: approx Equator. HEX triplet: E2, B1 and 63. RGB value is (226,177,99). Sum of RGB (Red+Green+Blue) = 226+177+99=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 99 (39.06% from 255 or 19.72% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B163 is #1D4E9C. Grayscale: #B7B7B7. Windows color (decimal): -1920669 or 6533602. OLE color: 6533602.

HSL color Cylindrical-coordinate representation of color #E2B163: hue angle of 36.85º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E2B163 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB22617799-
CMYK00.220.560.11
HSL36.85º68.65%63.73%-
HSV(B)36.85º56.19%88.63%-
XYZ49.3448.5118.57-
YUV182.7680.73158.84-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.02%
GREEN value IS 177 (69.53% from 255) = 35.26%
BLUE value IS 99 (39.06% from 255) = 19.72%
R=45.02%
G=35.26%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261779900.220.560.1136.8568.6563.73
HexE2B16301638B254540
Octal342261143026701345105100
Binary11100010101100011100011010110111000101110010110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B163; }

 p { color: rgb(226,177,99); }

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

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

 a { background-color: rgb(226,177,99); }

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

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

 span { border-color: rgb(226,177,99); }

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