#E6EDAF

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

Shades of Tusk #E6EDAF

Tints of Tusk #E6EDAF

Color information

#E6EDAF (or 0xE6EDAF) is unknown color: approx Tusk. HEX triplet: E6, ED and AF. RGB value is (230,237,175). Sum of RGB (Red+Green+Blue) = 230+237+175=642 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.83% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 175 (68.75% from 255 or 27.26% from 642); Max value from RGB is 237 - color contains mainly: green. Hex color #E6EDAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6EDAF is #191250. Grayscale: #E4E4E4. Windows color (decimal): -1643089 or 11529702. OLE color: 11529702.

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

Color convert

RGB230237175-
CMYK0.0300.260.07
HSL66.77º63.27%80.78%-
HSV(B)66.77º26.16%92.94%-
XYZ70.6680.4952.37-
YUV227.8498.18129.54-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.83%
GREEN value IS 237 (92.97% from 255) = 36.92%
BLUE value IS 175 (68.75% from 255) = 27.26%
R=35.83%
G=36.92%
B=27.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2302371750.0300.260.0766.7763.2780.78
HexE6EDAF301A7433f51
Octal3463552573032710377121
Binary1110011011101101101011111101101011110000111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EDAF; }

 p { color: rgb(230,237,175); }

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

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

 a { background-color: rgb(230,237,175); }

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

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

 span { border-color: rgb(230,237,175); }

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