#E1B95C

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

Shades of Equator #E1B95C

Tints of Equator #E1B95C

Color information

#E1B95C (or 0xE1B95C) is unknown color: approx Equator. HEX triplet: E1, B9 and 5C. RGB value is (225,185,92). Sum of RGB (Red+Green+Blue) = 225+185+92=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 92 (36.33% from 255 or 18.33% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B95C is #1E46A3. Grayscale: #BABABA. Windows color (decimal): -1984164 or 6076897. OLE color: 6076897.

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

Color convert

RGB22518592-
CMYK00.180.590.12
HSL41.95º68.91%62.16%-
HSV(B)41.95º59.11%88.24%-
XYZ50.3351.4817.41-
YUV186.3674.75155.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.82%
GREEN value IS 185 (72.66% from 255) = 36.85%
BLUE value IS 92 (36.33% from 255) = 18.33%
R=44.82%
G=36.85%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251859200.180.590.1241.9568.9162.16
HexE1B95C0123BC2a453e
Octal34127113402273145210576
Binary1110000110111001101110001001011101111001010101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B95C; }

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

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

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

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

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

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

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

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