#E1B662

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

Shades of Equator #E1B662

Tints of Equator #E1B662

Color information

#E1B662 (or 0xE1B662) is unknown color: approx Equator. HEX triplet: E1, B6 and 62. RGB value is (225,182,98). Sum of RGB (Red+Green+Blue) = 225+182+98=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 98 (38.67% from 255 or 19.41% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B662 is #1E499D. Grayscale: #B9B9B9. Windows color (decimal): -1984926 or 6469345. OLE color: 6469345.

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

Color convert

RGB22518298-
CMYK00.190.560.12
HSL39.69º67.91%63.33%-
HSV(B)39.69º56.44%88.24%-
XYZ49.9850.3518.64-
YUV185.2878.75156.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.55%
GREEN value IS 182 (71.48% from 255) = 36.04%
BLUE value IS 98 (38.67% from 255) = 19.41%
R=44.55%
G=36.04%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251829800.190.560.1239.6967.9163.33
HexE1B66201338C28443f
Octal34126614202370145010477
Binary1110000110110110110001001001111100011001010001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B662; }

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

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

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

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

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

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

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

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