#E5D493

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

Shades of Double Colonial White #E5D493

Tints of Double Colonial White #E5D493

Color information

#E5D493 (or 0xE5D493) is unknown color: approx Double Colonial White. HEX triplet: E5, D4 and 93. RGB value is (229,212,147). Sum of RGB (Red+Green+Blue) = 229+212+147=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 212 (83.20% from 255 or 36.05% from 588); Blue value is 147 (57.81% from 255 or 25% from 588); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D493 is #1A2B6C. Grayscale: #D1D1D1. Windows color (decimal): -1715053 or 9688293. OLE color: 9688293.

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

Color convert

RGB229212147-
CMYK00.070.360.10
HSL47.56º61.19%73.73%-
HSV(B)47.56º35.81%89.8%-
XYZ61.1265.8537.09-
YUV209.6792.63141.79-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.95%
GREEN value IS 212 (83.20% from 255) = 36.05%
BLUE value IS 147 (57.81% from 255) = 25%
R=38.95%
G=36.05%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921214700.070.360.1047.5661.1973.73
HexE5D4930724A303d4a
Octal3453242230744126075112
Binary111001011101010010010011011110010010101100001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D493; }

 p { color: rgb(229,212,147); }

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

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

 a { background-color: rgb(229,212,147); }

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

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

 span { border-color: rgb(229,212,147); }

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