#E1B562

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

Shades of Equator #E1B562

Tints of Equator #E1B562

Color information

#E1B562 (or 0xE1B562) is unknown color: approx Equator. HEX triplet: E1, B5 and 62. RGB value is (225,181,98). Sum of RGB (Red+Green+Blue) = 225+181+98=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 98 (38.67% from 255 or 19.44% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B562 is #1E4A9D. Grayscale: #B9B9B9. Windows color (decimal): -1985182 or 6469089. OLE color: 6469089.

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

Color convert

RGB22518198-
CMYK00.200.560.12
HSL39.21º67.91%63.33%-
HSV(B)39.21º56.44%88.24%-
XYZ49.7849.9418.57-
YUV184.6979.08156.75-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.64%
GREEN value IS 181 (71.09% from 255) = 35.91%
BLUE value IS 98 (38.67% from 255) = 19.44%
R=44.64%
G=35.91%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251819800.200.560.1239.2167.9163.33
HexE1B56201438C27443f
Octal34126514202470144710477
Binary1110000110110101110001001010011100011001001111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B562; }

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

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

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

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

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

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

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

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