#E1B65D

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

Shades of Equator #E1B65D

Tints of Equator #E1B65D

Color information

#E1B65D (or 0xE1B65D) is unknown color: approx Equator. HEX triplet: E1, B6 and 5D. RGB value is (225,182,93). Sum of RGB (Red+Green+Blue) = 225+182+93=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 93 (36.72% from 255 or 18.6% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B65D is #1E49A2. Grayscale: #B9B9B9. Windows color (decimal): -1984931 or 6141665. OLE color: 6141665.

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

Color convert

RGB22518293-
CMYK00.190.590.12
HSL40.45º68.75%62.35%-
HSV(B)40.45º58.67%88.24%-
XYZ49.7650.2517.43-
YUV184.7176.25156.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45%
GREEN value IS 182 (71.48% from 255) = 36.4%
BLUE value IS 93 (36.72% from 255) = 18.6%
R=45%
G=36.4%
B=18.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251829300.190.590.1240.4568.7562.35
HexE1B65D0133BC28453e
Octal34126613502373145010576
Binary1110000110110110101110101001111101111001010001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B65D; }

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

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

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

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

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

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

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

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