#E1B45C

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

Shades of Equator #E1B45C

Tints of Equator #E1B45C

Color information

#E1B45C (or 0xE1B45C) is unknown color: approx Equator. HEX triplet: E1, B4 and 5C. RGB value is (225,180,92). Sum of RGB (Red+Green+Blue) = 225+180+92=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B45C is #1E4BA3. Grayscale: #B7B7B7. Windows color (decimal): -1985444 or 6075617. OLE color: 6075617.

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

Color convert

RGB22518092-
CMYK00.20.590.12
HSL39.7º68.91%62.16%-
HSV(B)39.7º59.11%88.24%-
XYZ49.349.4217.07-
YUV183.4276.41157.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.27%
GREEN value IS 180 (70.70% from 255) = 36.22%
BLUE value IS 92 (36.33% from 255) = 18.51%
R=45.27%
G=36.22%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251809200.20.590.1239.768.9162.16
HexE1B45C0143BC28453e
Octal34126413402473145010576
Binary1110000110110100101110001010011101111001010001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B45C; }

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

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

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

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

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

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

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

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