#E0E79D

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

Shades of Tusk #E0E79D

Tints of Tusk #E0E79D

Color information

#E0E79D (or 0xE0E79D) is unknown color: approx Tusk. HEX triplet: E0, E7 and 9D. RGB value is (224,231,157). Sum of RGB (Red+Green+Blue) = 224+231+157=612 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.60% from 612); Green value is 231 (90.62% from 255 or 37.75% from 612); Blue value is 157 (61.72% from 255 or 25.65% from 612); Max value from RGB is 231 - color contains mainly: green. Hex color #E0E79D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0E79D is #1F1862. Grayscale: #DCDCDC. Windows color (decimal): -2037859 or 10348512. OLE color: 10348512.

HSL color Cylindrical-coordinate representation of color #E0E79D: hue angle of 65.68º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0E79D is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB224231157-
CMYK0.0300.320.09
HSL65.68º60.66%76.08%-
HSV(B)65.68º32.03%90.59%-
XYZ65.475.4343.01-
YUV220.4792.18130.52-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.60%
GREEN value IS 231 (90.62% from 255) = 37.75%
BLUE value IS 157 (61.72% from 255) = 25.65%
R=36.60%
G=37.75%
B=25.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2242311570.0300.320.0965.6860.6676.08
HexE0E79D30209423d4c
Octal34034723530401110275114
Binary111000001110011110011101110100000100110000101111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E79D; }

 p { color: rgb(224,231,157); }

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

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

 a { background-color: rgb(224,231,157); }

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

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

 span { border-color: rgb(224,231,157); }

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