#E1D19B

Color #E1D19B Double Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Colonial White #E1D19B

Tints of Double Colonial White #E1D19B

Color information

#E1D19B (or 0xE1D19B) is unknown color: approx Double Colonial White. HEX triplet: E1, D1 and 9B. RGB value is (225,209,155). Sum of RGB (Red+Green+Blue) = 225+209+155=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 209 (82.03% from 255 or 35.48% from 589); Blue value is 155 (60.94% from 255 or 26.32% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D19B is #1E2E64. Grayscale: #CFCFCF. Windows color (decimal): -1977957 or 10211809. OLE color: 10211809.

HSL color Cylindrical-coordinate representation of color #E1D19B: hue angle of 46.29º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1D19B is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB225209155-
CMYK00.070.310.12
HSL46.29º53.85%74.51%-
HSV(B)46.29º31.11%88.24%-
XYZ59.7763.9840.21-
YUV207.6398.3140.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.20%
GREEN value IS 209 (82.03% from 255) = 35.48%
BLUE value IS 155 (60.94% from 255) = 26.32%
R=38.20%
G=35.48%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520915500.070.310.1246.2953.8574.51
HexE1D19B071FC2e364b
Octal3413212330737145666113
Binary11100001110100011001101101111111111001011101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D19B; }

 p { color: rgb(225,209,155); }

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

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

 a { background-color: rgb(225,209,155); }

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

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

 span { border-color: rgb(225,209,155); }

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