#E0DEBC

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

Shades of Loafer #E0DEBC

Tints of Loafer #E0DEBC

Color information

#E0DEBC (or 0xE0DEBC) is unknown color: approx Loafer. HEX triplet: E0, DE and BC. RGB value is (224,222,188). Sum of RGB (Red+Green+Blue) = 224+222+188=634 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.33% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 188 (73.83% from 255 or 29.65% from 634); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DEBC is #1F2143. Grayscale: #DADADA. Windows color (decimal): -2040132 or 12377824. OLE color: 12377824.

HSL color Cylindrical-coordinate representation of color #E0DEBC: hue angle of 56.67º degrees, saturation: 0.37, 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 #E0DEBC is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB224222188-
CMYK00.010.160.12
HSL56.67º36.73%80.78%-
HSV(B)56.67º16.07%87.84%-
XYZ65.9471.7257.95-
YUV218.72110.66131.76-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.33%
GREEN value IS 222 (87.11% from 255) = 35.02%
BLUE value IS 188 (73.83% from 255) = 29.65%
R=35.33%
G=35.02%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422218800.010.160.1256.6736.7380.78
HexE0DEBC0110C392551
Octal3403362740120147145121
Binary111000001101111010111100011000011001110011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DEBC; }

 p { color: rgb(224,222,188); }

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

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

 a { background-color: rgb(224,222,188); }

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

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

 span { border-color: rgb(224,222,188); }

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