#E2B55D

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

Shades of Equator #E2B55D

Tints of Equator #E2B55D

Color information

#E2B55D (or 0xE2B55D) is unknown color: approx Equator. HEX triplet: E2, B5 and 5D. RGB value is (226,181,93). Sum of RGB (Red+Green+Blue) = 226+181+93=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 93 (36.72% from 255 or 18.6% from 500); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B55D is #1D4AA2. Grayscale: #B8B8B8. Windows color (decimal): -1919651 or 6141410. OLE color: 6141410.

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

Color convert

RGB22618193-
CMYK00.200.590.11
HSL39.7º69.63%62.55%-
HSV(B)39.7º58.85%88.63%-
XYZ49.8650.0117.38-
YUV184.4276.41157.66-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.2%
GREEN value IS 181 (71.09% from 255) = 36.2%
BLUE value IS 93 (36.72% from 255) = 18.6%
R=45.2%
G=36.2%
B=18.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261819300.200.590.1139.769.6362.55
HexE2B55D0143BB28463f
Octal34226513502473135010677
Binary1110001010110101101110101010011101110111010001000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B55D; }

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

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

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

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

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

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

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

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