#E1BC62

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

Shades of Equator #E1BC62

Tints of Equator #E1BC62

Color information

#E1BC62 (or 0xE1BC62) is unknown color: approx Equator. HEX triplet: E1, BC and 62. RGB value is (225,188,98). Sum of RGB (Red+Green+Blue) = 225+188+98=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 98 (38.67% from 255 or 19.18% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BC62 is #1E439D. Grayscale: #BDBDBD. Windows color (decimal): -1983390 or 6470881. OLE color: 6470881.

HSL color Cylindrical-coordinate representation of color #E1BC62: hue angle of 42.52º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E1BC62 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB22518898-
CMYK00.160.560.12
HSL42.52º67.91%63.33%-
HSV(B)42.52º56.44%88.24%-
XYZ51.2452.8619.06-
YUV188.876.76153.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.03%
GREEN value IS 188 (73.83% from 255) = 36.79%
BLUE value IS 98 (38.67% from 255) = 19.18%
R=44.03%
G=36.79%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251889800.160.560.1242.5267.9163.33
HexE1BC6201038C2b443f
Octal34127414202070145310477
Binary1110000110111100110001001000011100011001010111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BC62; }

 p { color: rgb(225,188,98); }

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

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

 a { background-color: rgb(225,188,98); }

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

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

 span { border-color: rgb(225,188,98); }

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