#e2ba60

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

Shades of Equator #E2BA60

Tints of Equator #E2BA60

Color information

#E2BA60 (or 0xE2BA60) is unknown color: approx Equator. HEX triplet: E2, BA and 60. RGB value is (226,186,96). Sum of RGB (Red+Green+Blue) = 226+186+96=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 96 (37.89% from 255 or 18.90% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BA60 is #1D459F. Grayscale: #BCBCBC. Windows color (decimal): -1918368 or 6339298. OLE color: 6339298.

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

Color convert

RGB22618696-
CMYK00.180.580.11
HSL41.54º69.15%63.14%-
HSV(B)41.54º57.52%88.63%-
XYZ51.0352.1318.44-
YUV187.776.25155.32-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.49%
GREEN value IS 186 (73.05% from 255) = 36.61%
BLUE value IS 96 (37.89% from 255) = 18.90%
R=44.49%
G=36.61%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261869600.180.580.1141.5469.1563.14
HexE2BA600123AB2a453f
Octal34227214002272135210577
Binary1110001010111010110000001001011101010111010101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2ba60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2ba60; }

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

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

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

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

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

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

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

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