#e2b460

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

Shades of Equator #E2B460

Tints of Equator #E2B460

Color information

#E2B460 (or 0xE2B460) is unknown color: approx Equator. HEX triplet: E2, B4 and 60. RGB value is (226,180,96). Sum of RGB (Red+Green+Blue) = 226+180+96=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B460 is #1D4B9F. Grayscale: #B8B8B8. Windows color (decimal): -1919904 or 6337762. OLE color: 6337762.

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

Color convert

RGB22618096-
CMYK00.200.580.11
HSL38.77º69.15%63.14%-
HSV(B)38.77º57.52%88.63%-
XYZ49.849.6618.03-
YUV184.1878.24157.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.02%
GREEN value IS 180 (70.70% from 255) = 35.86%
BLUE value IS 96 (37.89% from 255) = 19.12%
R=45.02%
G=35.86%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261809600.200.580.1138.7769.1563.14
HexE2B4600143AB27453f
Octal34226414002472134710577
Binary1110001010110100110000001010011101010111001111000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2b460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2b460; }

 p { color: rgb(226,180,96); }

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

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

 a { background-color: rgb(226,180,96); }

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

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

 span { border-color: rgb(226,180,96); }

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