#E1B85C

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

Shades of Equator #E1B85C

Tints of Equator #E1B85C

Color information

#E1B85C (or 0xE1B85C) is unknown color: approx Equator. HEX triplet: E1, B8 and 5C. RGB value is (225,184,92). Sum of RGB (Red+Green+Blue) = 225+184+92=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 92 (36.33% from 255 or 18.36% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B85C is #1E47A3. Grayscale: #BABABA. Windows color (decimal): -1984420 or 6076641. OLE color: 6076641.

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

Color convert

RGB22518492-
CMYK00.180.590.12
HSL41.5º68.91%62.16%-
HSV(B)41.5º59.11%88.24%-
XYZ50.1251.0617.34-
YUV185.7775.08155.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.91%
GREEN value IS 184 (72.27% from 255) = 36.73%
BLUE value IS 92 (36.33% from 255) = 18.36%
R=44.91%
G=36.73%
B=18.36%

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
Decimal2251849200.180.590.1241.568.9162.16
HexE1B85C0123BC2a453e
Octal34127013402273145210576
Binary1110000110111000101110001001011101111001010101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B85C; }

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

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

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

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

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

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

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

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