#E1B461

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

Shades of Equator #E1B461

Tints of Equator #E1B461

Color information

#E1B461 (or 0xE1B461) is unknown color: approx Equator. HEX triplet: E1, B4 and 61. RGB value is (225,180,97). Sum of RGB (Red+Green+Blue) = 225+180+97=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 97 (38.28% from 255 or 19.32% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B461 is #1E4B9E. Grayscale: #B8B8B8. Windows color (decimal): -1985439 or 6403297. OLE color: 6403297.

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

Color convert

RGB22518097-
CMYK00.20.570.12
HSL38.91º68.09%63.14%-
HSV(B)38.91º56.89%88.24%-
XYZ49.5349.5118.26-
YUV183.9978.91157.25-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.82%
GREEN value IS 180 (70.70% from 255) = 35.86%
BLUE value IS 97 (38.28% from 255) = 19.32%
R=44.82%
G=35.86%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251809700.20.570.1238.9168.0963.14
HexE1B46101439C27443f
Octal34126414102471144710477
Binary1110000110110100110000101010011100111001001111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B461; }

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

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

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

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

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

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

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

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