#E1DFBA

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

Shades of Loafer #E1DFBA

Tints of Loafer #E1DFBA

Color information

#E1DFBA (or 0xE1DFBA) is unknown color: approx Loafer. HEX triplet: E1, DF and BA. RGB value is (225,223,186). Sum of RGB (Red+Green+Blue) = 225+223+186=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 186 (73.05% from 255 or 29.34% from 634); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DFBA is #1E2045. Grayscale: #DBDBDB. Windows color (decimal): -1974342 or 12247009. OLE color: 12247009.

HSL color Cylindrical-coordinate representation of color #E1DFBA: hue angle of 56.92º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1DFBA is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB225223186-
CMYK00.010.170.12
HSL56.92º39.39%80.59%-
HSV(B)56.92º17.33%88.24%-
XYZ66.372.3356.92-
YUV219.38109.16132.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.49%
GREEN value IS 223 (87.5% from 255) = 35.17%
BLUE value IS 186 (73.05% from 255) = 29.34%
R=35.49%
G=35.17%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522318600.010.170.1256.9239.3980.59
HexE1DFBA0111C392751
Octal3413372720121147147121
Binary111000011101111110111010011000111001110011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DFBA; }

 p { color: rgb(225,223,186); }

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

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

 a { background-color: rgb(225,223,186); }

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

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

 span { border-color: rgb(225,223,186); }

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