#E3B360

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

Shades of Equator #E3B360

Tints of Equator #E3B360

Color information

#E3B360 (or 0xE3B360) is unknown color: approx Equator. HEX triplet: E3, B3 and 60. RGB value is (227,179,96). Sum of RGB (Red+Green+Blue) = 227+179+96=502 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.22% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3B360 is #1C4C9F. Grayscale: #B8B8B8. Windows color (decimal): -1854624 or 6337507. OLE color: 6337507.

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

Color convert

RGB22717996-
CMYK00.210.580.11
HSL38.02º70.05%63.33%-
HSV(B)38.02º57.71%89.02%-
XYZ49.9149.4217.97-
YUV183.8978.4158.75-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.22%
GREEN value IS 179 (70.31% from 255) = 35.66%
BLUE value IS 96 (37.89% from 255) = 19.12%
R=45.22%
G=35.66%
B=19.12%

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
Decimal2271799600.210.580.1138.0270.0563.33
HexE3B3600153AB26463f
Octal34326314002572134610677
Binary1110001110110011110000001010111101010111001101000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3B360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3B360; }

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

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

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

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

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

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

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

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