#E0DFBD

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

Shades of Loafer #E0DFBD

Tints of Loafer #E0DFBD

Color information

#E0DFBD (or 0xE0DFBD) is unknown color: approx Loafer. HEX triplet: E0, DF and BD. RGB value is (224,223,189). Sum of RGB (Red+Green+Blue) = 224+223+189=636 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.22% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DFBD is #1F2042. Grayscale: #DBDBDB. Windows color (decimal): -2039875 or 12443616. OLE color: 12443616.

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

Color convert

RGB224223189-
CMYK00.000.160.12
HSL58.29º36.08%80.98%-
HSV(B)58.29º15.62%87.84%-
XYZ66.3172.358.6-
YUV219.42110.83131.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.22%
GREEN value IS 223 (87.5% from 255) = 35.06%
BLUE value IS 189 (74.22% from 255) = 29.72%
R=35.22%
G=35.06%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422318900.000.160.1258.2936.0880.98
HexE0DFBD0010C3a2451
Octal3403372750020147244121
Binary111000001101111110111101001000011001110101001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DFBD; }

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

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

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

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

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

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

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

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