#E1E1B8

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

Shades of Tusk #E1E1B8

Tints of Tusk #E1E1B8

Color information

#E1E1B8 (or 0xE1E1B8) is unknown color: approx Tusk. HEX triplet: E1, E1 and B8. RGB value is (225,225,184). Sum of RGB (Red+Green+Blue) = 225+225+184=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 225 (88.28% from 255 or 35.49% from 634); Blue value is 184 (72.27% from 255 or 29.02% from 634); Max value from RGB is 225 - color contains mainly: red, green. Hex color #E1E1B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E1B8 is #1E1E47. Grayscale: #DCDCDC. Windows color (decimal): -1973832 or 12116449. OLE color: 12116449.

HSL color Cylindrical-coordinate representation of color #E1E1B8: hue angle of 60º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1E1B8 is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB225225184-
CMYK000.180.12
HSL60º40.59%80.2%-
HSV(B)60º18.22%88.24%-
XYZ66.6373.3255.99-
YUV220.33107.5131.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.49%
GREEN value IS 225 (88.28% from 255) = 35.49%
BLUE value IS 184 (72.27% from 255) = 29.02%
R=35.49%
G=35.49%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225225184000.180.126040.5980.2
HexE1E1B80012C3c2950
Octal3413412700022147451120
Binary111000011110000110111000001001011001111001010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E1B8; }

 p { color: rgb(225,225,184); }

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

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

 a { background-color: rgb(225,225,184); }

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

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

 span { border-color: rgb(225,225,184); }

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