#E2B35D

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

Shades of Equator #E2B35D

Tints of Equator #E2B35D

Color information

#E2B35D (or 0xE2B35D) is unknown color: approx Equator. HEX triplet: E2, B3 and 5D. RGB value is (226,179,93). Sum of RGB (Red+Green+Blue) = 226+179+93=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 93 (36.72% from 255 or 18.67% from 498); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B35D is #1D4CA2. Grayscale: #B7B7B7. Windows color (decimal): -1920163 or 6140898. OLE color: 6140898.

HSL color Cylindrical-coordinate representation of color #E2B35D: hue angle of 38.8º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E2B35D is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB22617993-
CMYK00.210.590.11
HSL38.8º69.63%62.55%-
HSV(B)38.8º58.85%88.63%-
XYZ49.4649.217.25-
YUV183.2577.07158.49-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.38%
GREEN value IS 179 (70.31% from 255) = 35.94%
BLUE value IS 93 (36.72% from 255) = 18.67%
R=45.38%
G=35.94%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261799300.210.590.1138.869.6362.55
HexE2B35D0153BB27463f
Octal34226313502573134710677
Binary1110001010110011101110101010111101110111001111000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B35D; }

 p { color: rgb(226,179,93); }

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

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

 a { background-color: rgb(226,179,93); }

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

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

 span { border-color: rgb(226,179,93); }

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