#E3EDAE

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

Shades of Tusk #E3EDAE

Tints of Tusk #E3EDAE

Color information

#E3EDAE (or 0xE3EDAE) is unknown color: approx Tusk. HEX triplet: E3, ED and AE. RGB value is (227,237,174). Sum of RGB (Red+Green+Blue) = 227+237+174=638 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.58% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 174 (68.36% from 255 or 27.27% from 638); Max value from RGB is 237 - color contains mainly: green. Hex color #E3EDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E3EDAE is #1C1251. Grayscale: #E3E3E3. Windows color (decimal): -1839698 or 11464163. OLE color: 11464163.

HSL color Cylindrical-coordinate representation of color #E3EDAE: hue angle of 69.52º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E3EDAE is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB227237174-
CMYK0.0400.270.07
HSL69.52º63.64%80.59%-
HSV(B)69.52º26.58%92.94%-
XYZ69.679.9651.81-
YUV226.8398.19128.12-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.58%
GREEN value IS 237 (92.97% from 255) = 37.15%
BLUE value IS 174 (68.36% from 255) = 27.27%
R=35.58%
G=37.15%
B=27.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2272371740.0400.270.0769.5263.6480.59
HexE3EDAE401B7464051
Octal34335525640337106100121
Binary111000111110110110101110100011011111100011010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3EDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3EDAE; }

 p { color: rgb(227,237,174); }

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

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

 a { background-color: rgb(227,237,174); }

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

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

 span { border-color: rgb(227,237,174); }

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