#E0EBAF

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

Shades of Tusk #E0EBAF

Tints of Tusk #E0EBAF

Color information

#E0EBAF (or 0xE0EBAF) is unknown color: approx Tusk. HEX triplet: E0, EB and AF. RGB value is (224,235,175). Sum of RGB (Red+Green+Blue) = 224+235+175=634 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.33% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 175 (68.75% from 255 or 27.60% from 634); Max value from RGB is 235 - color contains mainly: green. Hex color #E0EBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0EBAF is #1F1450. Grayscale: #E1E1E1. Windows color (decimal): -2036817 or 11529184. OLE color: 11529184.

HSL color Cylindrical-coordinate representation of color #E0EBAF: hue angle of 71º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0EBAF is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB224235175-
CMYK0.0500.260.08
HSL71º60%80.39%-
HSV(B)71º25.53%92.16%-
XYZ68.1978.3652.09-
YUV224.8799.86127.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.33%
GREEN value IS 235 (92.19% from 255) = 37.07%
BLUE value IS 175 (68.75% from 255) = 27.60%
R=35.33%
G=37.07%
B=27.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242351750.0500.260.08716080.39
HexE0EBAF501A8473c50
Octal34035325750321010774120
Binary111000001110101110101111101011010100010001111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EBAF; }

 p { color: rgb(224,235,175); }

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

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

 a { background-color: rgb(224,235,175); }

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

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

 span { border-color: rgb(224,235,175); }

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