#E6E5BC

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

Shades of Tusk #E6E5BC

Tints of Tusk #E6E5BC

Color information

#E6E5BC (or 0xE6E5BC) is unknown color: approx Tusk. HEX triplet: E6, E5 and BC. RGB value is (230,229,188). Sum of RGB (Red+Green+Blue) = 230+229+188=647 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.55% from 647); Green value is 229 (89.84% from 255 or 35.39% from 647); Blue value is 188 (73.83% from 255 or 29.06% from 647); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E5BC is #191A43. Grayscale: #E0E0E0. Windows color (decimal): -1645124 or 12379622. OLE color: 12379622.

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

Color convert

RGB230229188-
CMYK00.000.180.10
HSL58.57º45.65%81.96%-
HSV(B)58.57º18.26%90.2%-
XYZ69.7376.4958.67-
YUV224.62107.33131.83-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.55%
GREEN value IS 229 (89.84% from 255) = 35.39%
BLUE value IS 188 (73.83% from 255) = 29.06%
R=35.55%
G=35.39%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022918800.000.180.1058.5745.6581.96
HexE6E5BC0012A3b2e52
Octal3463452740022127356122
Binary111001101110010110111100001001010101110111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E5BC; }

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

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

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

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

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

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

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

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