#E0DFBA

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

Shades of Loafer #E0DFBA

Tints of Loafer #E0DFBA

Color information

#E0DFBA (or 0xE0DFBA) is unknown color: approx Loafer. HEX triplet: E0, DF and BA. RGB value is (224,223,186). Sum of RGB (Red+Green+Blue) = 224+223+186=633 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.39% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DFBA is #1F2045. Grayscale: #DBDBDB. Windows color (decimal): -2039878 or 12247008. OLE color: 12247008.

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

Color convert

RGB224223186-
CMYK00.000.170.12
HSL58.42º38%80.39%-
HSV(B)58.42º16.96%87.84%-
XYZ65.9972.1756.91-
YUV219.08109.33131.51-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.39%
GREEN value IS 223 (87.5% from 255) = 35.23%
BLUE value IS 186 (73.05% from 255) = 29.38%
R=35.39%
G=35.23%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422318600.000.170.1258.423880.39
HexE0DFBA0011C3a2650
Octal3403372720021147246120
Binary111000001101111110111010001000111001110101001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DFBA; }

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

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

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

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

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

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

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

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