#E8E8BD

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

Shades of Tusk #E8E8BD

Tints of Tusk #E8E8BD

Color information

#E8E8BD (or 0xE8E8BD) is unknown color: approx Tusk. HEX triplet: E8, E8 and BD. RGB value is (232,232,189). Sum of RGB (Red+Green+Blue) = 232+232+189=653 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.53% from 653); Green value is 232 (91.02% from 255 or 35.53% from 653); Blue value is 189 (74.22% from 255 or 28.94% from 653); Max value from RGB is 232 - color contains mainly: red, green. Hex color #E8E8BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8E8BD is #171742. Grayscale: #E3E3E3. Windows color (decimal): -1513283 or 12445928. OLE color: 12445928.

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

Color convert

RGB232232189-
CMYK000.190.09
HSL60º48.31%82.55%-
HSV(B)60º18.53%90.98%-
XYZ71.3278.5459.55-
YUV227.1106.5131.5-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.53%
GREEN value IS 232 (91.02% from 255) = 35.53%
BLUE value IS 189 (74.22% from 255) = 28.94%
R=35.53%
G=35.53%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232232189000.190.096048.3182.55
HexE8E8BD001393c3053
Octal3503502750023117460123
Binary111010001110100010111101001001110011111001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E8BD; }

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

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

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

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

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

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

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

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