#E3D495

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

Shades of Double Colonial White #E3D495

Tints of Double Colonial White #E3D495

Color information

#E3D495 (or 0xE3D495) is unknown color: approx Double Colonial White. HEX triplet: E3, D4 and 95. RGB value is (227,212,149). Sum of RGB (Red+Green+Blue) = 227+212+149=588 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.61% from 588); Green value is 212 (83.20% from 255 or 36.05% from 588); Blue value is 149 (58.59% from 255 or 25.34% from 588); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3D495 is #1C2B6A. Grayscale: #D1D1D1. Windows color (decimal): -1846123 or 9819363. OLE color: 9819363.

HSL color Cylindrical-coordinate representation of color #E3D495: hue angle of 48.46º 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 #E3D495 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB227212149-
CMYK00.070.340.11
HSL48.46º58.21%73.73%-
HSV(B)48.46º34.36%89.02%-
XYZ60.6565.5937.9-
YUV209.393.97140.62-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.61%
GREEN value IS 212 (83.20% from 255) = 36.05%
BLUE value IS 149 (58.59% from 255) = 25.34%
R=38.61%
G=36.05%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721214900.070.340.1148.4658.2173.73
HexE3D4950722B303a4a
Octal3433242250742136072112
Binary111000111101010010010101011110001010111100001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D495; }

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

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

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

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

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

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

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

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