#E5D38D

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

Shades of Double Colonial White #E5D38D

Tints of Double Colonial White #E5D38D

Color information

#E5D38D (or 0xE5D38D) is unknown color: approx Double Colonial White. HEX triplet: E5, D3 and 8D. RGB value is (229,211,141). Sum of RGB (Red+Green+Blue) = 229+211+141=581 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.41% from 581); Green value is 211 (82.81% from 255 or 36.32% from 581); Blue value is 141 (55.47% from 255 or 24.27% from 581); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D38D is #1A2C72. Grayscale: #D0D0D0. Windows color (decimal): -1715315 or 9294821. OLE color: 9294821.

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

Color convert

RGB229211141-
CMYK00.080.380.10
HSL47.73º62.86%72.55%-
HSV(B)47.73º38.43%89.8%-
XYZ60.4265.1734.59-
YUV208.489.96142.69-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.41%
GREEN value IS 211 (82.81% from 255) = 36.32%
BLUE value IS 141 (55.47% from 255) = 24.27%
R=39.41%
G=36.32%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921114100.080.380.1047.7362.8672.55
HexE5D38D0826A303f49
Octal34532321501046126077111
Binary1110010111010011100011010100010011010101100001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D38D; }

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

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

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

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

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

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

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

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