#E4EFB5

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

Shades of Tusk #E4EFB5

Tints of Tusk #E4EFB5

Color information

#E4EFB5 (or 0xE4EFB5) is unknown color: approx Tusk. HEX triplet: E4, EF and B5. RGB value is (228,239,181). Sum of RGB (Red+Green+Blue) = 228+239+181=648 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.19% from 648); Green value is 239 (93.75% from 255 or 36.88% from 648); Blue value is 181 (71.09% from 255 or 27.93% from 648); Max value from RGB is 239 - color contains mainly: green. Hex color #E4EFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E4EFB5 is #1B104A. Grayscale: #E5E5E5. Windows color (decimal): -1773643 or 11923428. OLE color: 11923428.

HSL color Cylindrical-coordinate representation of color #E4EFB5: hue angle of 71.38º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E4EFB5 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB228239181-
CMYK0.0500.240.06
HSL71.38º64.44%82.35%-
HSV(B)71.38º24.27%93.73%-
XYZ71.281.5655.71-
YUV229.1100.86127.22-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.19%
GREEN value IS 239 (93.75% from 255) = 36.88%
BLUE value IS 181 (71.09% from 255) = 27.93%
R=35.19%
G=36.88%
B=27.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2282391810.0500.240.0671.3864.4482.35
HexE4EFB550186474052
Octal34435726550306107100122
Binary111001001110111110110101101011000110100011110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4EFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4EFB5; }

 p { color: rgb(228,239,181); }

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

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

 a { background-color: rgb(228,239,181); }

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

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

 span { border-color: rgb(228,239,181); }

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