#E1B162

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

Shades of Equator #E1B162

Tints of Equator #E1B162

Color information

#E1B162 (or 0xE1B162) is unknown color: approx Equator. HEX triplet: E1, B1 and 62. RGB value is (225,177,98). Sum of RGB (Red+Green+Blue) = 225+177+98=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 98 (38.67% from 255 or 19.6% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B162 is #1E4E9D. Grayscale: #B6B6B6. Windows color (decimal): -1986206 or 6468065. OLE color: 6468065.

HSL color Cylindrical-coordinate representation of color #E1B162: hue angle of 37.32º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E1B162 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB22517798-
CMYK00.210.560.12
HSL37.32º67.91%63.33%-
HSV(B)37.32º56.44%88.24%-
XYZ48.9848.3318.3-
YUV182.3580.4158.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45%
GREEN value IS 177 (69.53% from 255) = 35.4%
BLUE value IS 98 (38.67% from 255) = 19.6%
R=45%
G=35.4%
B=19.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251779800.210.560.1237.3267.9163.33
HexE1B16201538C25443f
Octal34126114202570144510477
Binary1110000110110001110001001010111100011001001011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B162; }

 p { color: rgb(225,177,98); }

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

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

 a { background-color: rgb(225,177,98); }

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

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

 span { border-color: rgb(225,177,98); }

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