#E1CD9F

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

Shades of Double Colonial White #E1CD9F

Tints of Double Colonial White #E1CD9F

Color information

#E1CD9F (or 0xE1CD9F) is unknown color: approx Double Colonial White. HEX triplet: E1, CD and 9F. RGB value is (225,205,159). Sum of RGB (Red+Green+Blue) = 225+205+159=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 159 (62.5% from 255 or 26.99% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CD9F is #1E3260. Grayscale: #CDCDCD. Windows color (decimal): -1978977 or 10472929. OLE color: 10472929.

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

Color convert

RGB225205159-
CMYK00.090.290.12
HSL41.82º52.38%75.29%-
HSV(B)41.82º29.33%88.24%-
XYZ59.1462.1741.68-
YUV205.74101.63141.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.20%
GREEN value IS 205 (80.47% from 255) = 34.80%
BLUE value IS 159 (62.5% from 255) = 26.99%
R=38.20%
G=34.80%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520515900.090.290.1241.8252.3875.29
HexE1CD9F091DC2a344b
Octal34131523701135145264113
Binary111000011100110110011111010011110111001010101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CD9F; }

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

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

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

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

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

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

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

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