#E6E3BA

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

Shades of Tusk #E6E3BA

Tints of Tusk #E6E3BA

Color information

#E6E3BA (or 0xE6E3BA) is unknown color: approx Tusk. HEX triplet: E6, E3 and BA. RGB value is (230,227,186). Sum of RGB (Red+Green+Blue) = 230+227+186=643 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.77% from 643); Green value is 227 (89.06% from 255 or 35.30% from 643); Blue value is 186 (73.05% from 255 or 28.93% from 643); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E3BA is #191C45. Grayscale: #DFDFDF. Windows color (decimal): -1645638 or 12248038. OLE color: 12248038.

HSL color Cylindrical-coordinate representation of color #E6E3BA: hue angle of 55.91º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6E3BA is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB230227186-
CMYK00.010.190.10
HSL55.91º46.81%81.57%-
HSV(B)55.91º19.13%90.2%-
XYZ68.9775.3157.36-
YUV223.22106.99132.83-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.77%
GREEN value IS 227 (89.06% from 255) = 35.30%
BLUE value IS 186 (73.05% from 255) = 28.93%
R=35.77%
G=35.30%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022718600.010.190.1055.9146.8181.57
HexE6E3BA0113A382f52
Octal3463432720123127057122
Binary111001101110001110111010011001110101110001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E3BA; }

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

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

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

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

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

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

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

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