#E1CE9B

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

Shades of Double Colonial White #E1CE9B

Tints of Double Colonial White #E1CE9B

Color information

#E1CE9B (or 0xE1CE9B) is unknown color: approx Double Colonial White. HEX triplet: E1, CE and 9B. RGB value is (225,206,155). Sum of RGB (Red+Green+Blue) = 225+206+155=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 155 (60.94% from 255 or 26.45% from 586); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CE9B is #1E3164. Grayscale: #CECECE. Windows color (decimal): -1978725 or 10211041. OLE color: 10211041.

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

Color convert

RGB225206155-
CMYK00.080.310.12
HSL43.71º53.85%74.51%-
HSV(B)43.71º31.11%88.24%-
XYZ59.0462.5239.97-
YUV205.8799.29141.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.40%
GREEN value IS 206 (80.86% from 255) = 35.15%
BLUE value IS 155 (60.94% from 255) = 26.45%
R=38.40%
G=35.15%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520615500.080.310.1243.7153.8574.51
HexE1CE9B081FC2c364b
Octal34131623301037145466113
Binary111000011100111010011011010001111111001011001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CE9B; }

 p { color: rgb(225,206,155); }

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

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

 a { background-color: rgb(225,206,155); }

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

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

 span { border-color: rgb(225,206,155); }

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