#E1CD93

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

Shades of Double Colonial White #E1CD93

Tints of Double Colonial White #E1CD93

Color information

#E1CD93 (or 0xE1CD93) is unknown color: approx Double Colonial White. HEX triplet: E1, CD and 93. RGB value is (225,205,147). Sum of RGB (Red+Green+Blue) = 225+205+147=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 147 (57.81% from 255 or 25.48% from 577); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CD93 is #1E326C. Grayscale: #CCCCCC. Windows color (decimal): -1978989 or 9686497. OLE color: 9686497.

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

Color convert

RGB225205147-
CMYK00.090.350.12
HSL44.62º56.52%72.94%-
HSV(B)44.62º34.67%88.24%-
XYZ58.1561.7836.46-
YUV204.3795.63142.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.99%
GREEN value IS 205 (80.47% from 255) = 35.53%
BLUE value IS 147 (57.81% from 255) = 25.48%
R=38.99%
G=35.53%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520514700.090.350.1244.6256.5272.94
HexE1CD930923C2d3949
Octal34131522301143145571111
Binary1110000111001101100100110100110001111001011011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CD93; }

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

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

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

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

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

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

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

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