#E7E6BC

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

Shades of Tusk #E7E6BC

Tints of Tusk #E7E6BC

Color information

#E7E6BC (or 0xE7E6BC) is unknown color: approx Tusk. HEX triplet: E7, E6 and BC. RGB value is (231,230,188). Sum of RGB (Red+Green+Blue) = 231+230+188=649 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.59% from 649); Green value is 230 (90.23% from 255 or 35.44% from 649); Blue value is 188 (73.83% from 255 or 28.97% from 649); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E6BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7E6BC is #181943. Grayscale: #E1E1E1. Windows color (decimal): -1579332 or 12379879. OLE color: 12379879.

HSL color Cylindrical-coordinate representation of color #E7E6BC: hue angle of 58.6º degrees, saturation: 0.47, 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 #E7E6BC is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB231230188-
CMYK00.000.190.09
HSL58.6º47.25%82.16%-
HSV(B)58.6º18.61%90.59%-
XYZ70.3377.2158.77-
YUV225.51106.83131.92-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.59%
GREEN value IS 230 (90.23% from 255) = 35.44%
BLUE value IS 188 (73.83% from 255) = 28.97%
R=35.59%
G=35.44%
B=28.97%

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
Decimal23123018800.000.190.0958.647.2582.16
HexE7E6BC001393b2f52
Octal3473462740023117357122
Binary111001111110011010111100001001110011110111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E6BC; }

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

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

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

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

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

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

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

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