#E1B463

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

Shades of Equator #E1B463

Tints of Equator #E1B463

Color information

#E1B463 (or 0xE1B463) is unknown color: approx Equator. HEX triplet: E1, B4 and 63. RGB value is (225,180,99). Sum of RGB (Red+Green+Blue) = 225+180+99=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 99 (39.06% from 255 or 19.64% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B463 is #1E4B9C. Grayscale: #B8B8B8. Windows color (decimal): -1985437 or 6534369. OLE color: 6534369.

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

Color convert

RGB22518099-
CMYK00.20.560.12
HSL38.57º67.74%63.53%-
HSV(B)38.57º56%88.24%-
XYZ49.6249.5518.75-
YUV184.2279.91157.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.64%
GREEN value IS 180 (70.70% from 255) = 35.71%
BLUE value IS 99 (39.06% from 255) = 19.64%
R=44.64%
G=35.71%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251809900.20.560.1238.5767.7463.53
HexE1B46301438C274440
Octal341264143024701447104100
Binary11100001101101001100011010100111000110010011110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B463; }

 p { color: rgb(225,180,99); }

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

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

 a { background-color: rgb(225,180,99); }

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

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

 span { border-color: rgb(225,180,99); }

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