#E3B460

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

Shades of Equator #E3B460

Tints of Equator #E3B460

Color information

#E3B460 (or 0xE3B460) is unknown color: approx Equator. HEX triplet: E3, B4 and 60. RGB value is (227,180,96). Sum of RGB (Red+Green+Blue) = 227+180+96=503 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.13% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 96 (37.89% from 255 or 19.09% from 503); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3B460 is #1C4B9F. Grayscale: #B8B8B8. Windows color (decimal): -1854368 or 6337763. OLE color: 6337763.

HSL color Cylindrical-coordinate representation of color #E3B460: hue angle of 38.47º degrees, saturation: 0.7, 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 #E3B460 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB22718096-
CMYK00.210.580.11
HSL38.47º70.05%63.33%-
HSV(B)38.47º57.71%89.02%-
XYZ50.1149.8218.04-
YUV184.4878.07158.33-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.13%
GREEN value IS 180 (70.70% from 255) = 35.79%
BLUE value IS 96 (37.89% from 255) = 19.09%
R=45.13%
G=35.79%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271809600.210.580.1138.4770.0563.33
HexE3B4600153AB26463f
Octal34326414002572134610677
Binary1110001110110100110000001010111101010111001101000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3B460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3B460; }

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

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

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

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

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

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

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

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