#E0EFAB

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

Shades of Tusk #E0EFAB

Tints of Tusk #E0EFAB

Color information

#E0EFAB (or 0xE0EFAB) is unknown color: approx Tusk. HEX triplet: E0, EF and AB. RGB value is (224,239,171). Sum of RGB (Red+Green+Blue) = 224+239+171=634 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.33% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 171 (67.19% from 255 or 26.97% from 634); Max value from RGB is 239 - color contains mainly: green. Hex color #E0EFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0EFAB is #1F1054. Grayscale: #E3E3E3. Windows color (decimal): -2035797 or 11268064. OLE color: 11268064.

HSL color Cylindrical-coordinate representation of color #E0EFAB: hue angle of 73.24º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E0EFAB is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB224239171-
CMYK0.0600.280.06
HSL73.24º68%80.39%-
HSV(B)73.24º28.45%93.73%-
XYZ68.9680.5250.44-
YUV226.7696.53126.03-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.33%
GREEN value IS 239 (93.75% from 255) = 37.70%
BLUE value IS 171 (67.19% from 255) = 26.97%
R=35.33%
G=37.70%
B=26.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2242391710.0600.280.0673.246880.39
HexE0EFAB601C6494450
Octal34035725360346111104120
Binary111000001110111110101011110011100110100100110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EFAB; }

 p { color: rgb(224,239,171); }

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

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

 a { background-color: rgb(224,239,171); }

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

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

 span { border-color: rgb(224,239,171); }

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