#E6E5AE

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

Shades of Tusk #E6E5AE

Tints of Tusk #E6E5AE

Color information

#E6E5AE (or 0xE6E5AE) is unknown color: approx Tusk. HEX triplet: E6, E5 and AE. RGB value is (230,229,174). Sum of RGB (Red+Green+Blue) = 230+229+174=633 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.33% from 633); Green value is 229 (89.84% from 255 or 36.18% from 633); Blue value is 174 (68.36% from 255 or 27.49% from 633); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E5AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6E5AE is #191A51. Grayscale: #DFDFDF. Windows color (decimal): -1645138 or 11462118. OLE color: 11462118.

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

Color convert

RGB230229174-
CMYK00.000.240.10
HSL58.93º52.83%79.22%-
HSV(B)58.93º24.35%90.2%-
XYZ68.2975.9251.1-
YUV223.03100.33132.97-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.33%
GREEN value IS 229 (89.84% from 255) = 36.18%
BLUE value IS 174 (68.36% from 255) = 27.49%
R=36.33%
G=36.18%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022917400.000.240.1058.9352.8379.22
HexE6E5AE0018A3b354f
Octal3463452560030127365117
Binary111001101110010110101110001100010101110111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E5AE; }

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

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

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

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

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

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

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

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