#E7E6BA

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

Shades of Tusk #E7E6BA

Tints of Tusk #E7E6BA

Color information

#E7E6BA (or 0xE7E6BA) is unknown color: approx Tusk. HEX triplet: E7, E6 and BA. RGB value is (231,230,186). Sum of RGB (Red+Green+Blue) = 231+230+186=647 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.70% from 647); Green value is 230 (90.23% from 255 or 35.55% from 647); Blue value is 186 (73.05% from 255 or 28.75% from 647); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E6BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7E6BA is #181945. Grayscale: #E1E1E1. Windows color (decimal): -1579334 or 12248807. OLE color: 12248807.

HSL color Cylindrical-coordinate representation of color #E7E6BA: hue angle of 58.67º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7E6BA is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB231230186-
CMYK00.000.190.09
HSL58.67º48.39%81.76%-
HSV(B)58.67º19.48%90.59%-
XYZ70.1177.1357.65-
YUV225.28105.83132.08-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.70%
GREEN value IS 230 (90.23% from 255) = 35.55%
BLUE value IS 186 (73.05% from 255) = 28.75%
R=35.70%
G=35.55%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23123018600.000.190.0958.6748.3981.76
HexE7E6BA001393b3052
Octal3473462720023117360122
Binary111001111110011010111010001001110011110111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E6BA; }

 p { color: rgb(231,230,186); }

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

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

 a { background-color: rgb(231,230,186); }

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

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

 span { border-color: rgb(231,230,186); }

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