#E8E8BC

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

Shades of Tusk #E8E8BC

Tints of Tusk #E8E8BC

Color information

#E8E8BC (or 0xE8E8BC) is unknown color: approx Tusk. HEX triplet: E8, E8 and BC. RGB value is (232,232,188). Sum of RGB (Red+Green+Blue) = 232+232+188=652 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.58% from 652); Green value is 232 (91.02% from 255 or 35.58% from 652); Blue value is 188 (73.83% from 255 or 28.83% from 652); Max value from RGB is 232 - color contains mainly: red, green. Hex color #E8E8BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8E8BC is #171743. Grayscale: #E3E3E3. Windows color (decimal): -1513284 or 12380392. OLE color: 12380392.

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

Color convert

RGB232232188-
CMYK000.190.09
HSL60º48.89%82.35%-
HSV(B)60º18.97%90.98%-
XYZ71.2178.558.98-
YUV226.98106131.58-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.58%
GREEN value IS 232 (91.02% from 255) = 35.58%
BLUE value IS 188 (73.83% from 255) = 28.83%
R=35.58%
G=35.58%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232232188000.190.096048.8982.35
HexE8E8BC001393c3152
Octal3503502740023117461122
Binary111010001110100010111100001001110011111001100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E8BC; }

 p { color: rgb(232,232,188); }

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

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

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

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

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

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

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