#E3D195

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

Shades of Double Colonial White #E3D195

Tints of Double Colonial White #E3D195

Color information

#E3D195 (or 0xE3D195) is unknown color: approx Double Colonial White. HEX triplet: E3, D1 and 95. RGB value is (227,209,149). Sum of RGB (Red+Green+Blue) = 227+209+149=585 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.80% from 585); Green value is 209 (82.03% from 255 or 35.73% from 585); Blue value is 149 (58.59% from 255 or 25.47% from 585); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3D195 is #1C2E6A. Grayscale: #CFCFCF. Windows color (decimal): -1846891 or 9818595. OLE color: 9818595.

HSL color Cylindrical-coordinate representation of color #E3D195: hue angle of 46.15º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E3D195 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB227209149-
CMYK00.080.340.11
HSL46.15º58.21%73.73%-
HSV(B)46.15º34.36%89.02%-
XYZ59.964.137.65-
YUV207.5494.96141.88-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.80%
GREEN value IS 209 (82.03% from 255) = 35.73%
BLUE value IS 149 (58.59% from 255) = 25.47%
R=38.80%
G=35.73%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720914900.080.340.1146.1558.2173.73
HexE3D1950822B2e3a4a
Octal34332122501042135672112
Binary1110001111010001100101010100010001010111011101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D195; }

 p { color: rgb(227,209,149); }

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

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

 a { background-color: rgb(227,209,149); }

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

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

 span { border-color: rgb(227,209,149); }

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