#E5CD91

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

Shades of Double Colonial White #E5CD91

Tints of Double Colonial White #E5CD91

Color information

#E5CD91 (or 0xE5CD91) is unknown color: approx Double Colonial White. HEX triplet: E5, CD and 91. RGB value is (229,205,145). Sum of RGB (Red+Green+Blue) = 229+205+145=579 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.55% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 145 (57.03% from 255 or 25.04% from 579); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CD91 is #1A326E. Grayscale: #CDCDCD. Windows color (decimal): -1716847 or 9555429. OLE color: 9555429.

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

Color convert

RGB229205145-
CMYK00.100.370.10
HSL42.86º61.76%73.33%-
HSV(B)42.86º36.68%89.8%-
XYZ59.2662.3635.7-
YUV205.3493.95144.88-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.55%
GREEN value IS 205 (80.47% from 255) = 35.41%
BLUE value IS 145 (57.03% from 255) = 25.04%
R=39.55%
G=35.41%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920514500.100.370.1042.8661.7673.33
HexE5CD910A25A2b3e49
Octal34531522101245125376111
Binary1110010111001101100100010101010010110101010111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CD91; }

 p { color: rgb(229,205,145); }

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

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

 a { background-color: rgb(229,205,145); }

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

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

 span { border-color: rgb(229,205,145); }

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