#E1CD9A

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

Shades of Double Colonial White #E1CD9A

Tints of Double Colonial White #E1CD9A

Color information

#E1CD9A (or 0xE1CD9A) is unknown color: approx Double Colonial White. HEX triplet: E1, CD and 9A. RGB value is (225,205,154). Sum of RGB (Red+Green+Blue) = 225+205+154=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 154 (60.55% from 255 or 26.37% from 584); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CD9A is #1E3265. Grayscale: #CDCDCD. Windows color (decimal): -1978982 or 10145249. OLE color: 10145249.

HSL color Cylindrical-coordinate representation of color #E1CD9A: hue angle of 43.1º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1CD9A is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB225205154-
CMYK00.090.320.12
HSL43.1º54.2%74.31%-
HSV(B)43.1º31.56%88.24%-
XYZ58.726239.45-
YUV205.1799.13142.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.53%
GREEN value IS 205 (80.47% from 255) = 35.10%
BLUE value IS 154 (60.55% from 255) = 26.37%
R=38.53%
G=35.10%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520515400.090.320.1243.154.274.31
HexE1CD9A0920C2b364a
Octal34131523201140145366112
Binary1110000111001101100110100100110000011001010111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CD9A; }

 p { color: rgb(225,205,154); }

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

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

 a { background-color: rgb(225,205,154); }

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

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

 span { border-color: rgb(225,205,154); }

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