#E5D394

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

Shades of Double Colonial White #E5D394

Tints of Double Colonial White #E5D394

Color information

#E5D394 (or 0xE5D394) is unknown color: approx Double Colonial White. HEX triplet: E5, D3 and 94. RGB value is (229,211,148). Sum of RGB (Red+Green+Blue) = 229+211+148=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 211 (82.81% from 255 or 35.88% from 588); Blue value is 148 (58.20% from 255 or 25.17% from 588); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D394 is #1A2C6B. Grayscale: #D1D1D1. Windows color (decimal): -1715308 or 9753573. OLE color: 9753573.

HSL color Cylindrical-coordinate representation of color #E5D394: hue angle of 46.67º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E5D394 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB229211148-
CMYK00.080.350.10
HSL46.67º60.9%73.92%-
HSV(B)46.67º35.37%89.8%-
XYZ60.9565.3837.42-
YUV209.293.46142.12-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.95%
GREEN value IS 211 (82.81% from 255) = 35.88%
BLUE value IS 148 (58.20% from 255) = 25.17%
R=38.95%
G=35.88%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921114800.080.350.1046.6760.973.92
HexE5D3940823A2f3d4a
Octal34532322401043125775112
Binary1110010111010011100101000100010001110101011111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D394; }

 p { color: rgb(229,211,148); }

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

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

 a { background-color: rgb(229,211,148); }

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

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

 span { border-color: rgb(229,211,148); }

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