#E3BE60

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

Shades of Equator #E3BE60

Tints of Equator #E3BE60

Color information

#E3BE60 (or 0xE3BE60) is unknown color: approx Equator. HEX triplet: E3, BE and 60. RGB value is (227,190,96). Sum of RGB (Red+Green+Blue) = 227+190+96=513 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.25% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 96 (37.89% from 255 or 18.71% from 513); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BE60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3BE60 is #1C419F. Grayscale: #BEBEBE. Windows color (decimal): -1851808 or 6340323. OLE color: 6340323.

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

Color convert

RGB22719096-
CMYK00.160.580.11
HSL43.05º70.05%63.33%-
HSV(B)43.05º57.71%89.02%-
XYZ52.25418.74-
YUV190.3574.76154.14-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.25%
GREEN value IS 190 (74.61% from 255) = 37.04%
BLUE value IS 96 (37.89% from 255) = 18.71%
R=44.25%
G=37.04%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271909600.160.580.1143.0570.0563.33
HexE3BE600103AB2b463f
Octal34327614002072135310677
Binary1110001110111110110000001000011101010111010111000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BE60; }

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

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

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

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

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

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

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

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