#E2BF60

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

Shades of Equator #E2BF60

Tints of Equator #E2BF60

Color information

#E2BF60 (or 0xE2BF60) is unknown color: approx Equator. HEX triplet: E2, BF and 60. RGB value is (226,191,96). Sum of RGB (Red+Green+Blue) = 226+191+96=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 96 (37.89% from 255 or 18.71% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BF60 is #1D409F. Grayscale: #BFBFBF. Windows color (decimal): -1917088 or 6340578. OLE color: 6340578.

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

Color convert

RGB22619196-
CMYK00.150.580.11
HSL43.85º69.15%63.14%-
HSV(B)43.85º57.52%88.63%-
XYZ52.1154.2718.8-
YUV190.6374.6153.22-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.05%
GREEN value IS 191 (75% from 255) = 37.23%
BLUE value IS 96 (37.89% from 255) = 18.71%
R=44.05%
G=37.23%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261919600.150.580.1143.8569.1563.14
HexE2BF600F3AB2c453f
Octal34227714001772135410577
Binary111000101011111111000000111111101010111011001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BF60; }

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

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

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

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

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

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

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

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