#E5D38C

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

Shades of Double Colonial White #E5D38C

Tints of Double Colonial White #E5D38C

Color information

#E5D38C (or 0xE5D38C) is unknown color: approx Double Colonial White. HEX triplet: E5, D3 and 8C. RGB value is (229,211,140). Sum of RGB (Red+Green+Blue) = 229+211+140=580 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.48% from 580); Green value is 211 (82.81% from 255 or 36.38% from 580); Blue value is 140 (55.08% from 255 or 24.14% from 580); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D38C is #1A2C73. Grayscale: #D0D0D0. Windows color (decimal): -1715316 or 9229285. OLE color: 9229285.

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

Color convert

RGB229211140-
CMYK00.080.390.10
HSL47.87º63.12%72.35%-
HSV(B)47.87º38.86%89.8%-
XYZ60.3465.1434.2-
YUV208.2989.46142.77-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.48%
GREEN value IS 211 (82.81% from 255) = 36.38%
BLUE value IS 140 (55.08% from 255) = 24.14%
R=39.48%
G=36.38%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921114000.080.390.1047.8763.1272.35
HexE5D38C0827A303f48
Octal34532321401047126077110
Binary1110010111010011100011000100010011110101100001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D38C; }

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

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

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

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

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

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

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

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