#E1CB9C

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

Shades of Double Colonial White #E1CB9C

Tints of Double Colonial White #E1CB9C

Color information

#E1CB9C (or 0xE1CB9C) is unknown color: approx Double Colonial White. HEX triplet: E1, CB and 9C. RGB value is (225,203,156). Sum of RGB (Red+Green+Blue) = 225+203+156=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 156 (61.33% from 255 or 26.71% from 584); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CB9C is #1E3463. Grayscale: #CCCCCC. Windows color (decimal): -1979492 or 10275809. OLE color: 10275809.

HSL color Cylindrical-coordinate representation of color #E1CB9C: hue angle of 40.87º degrees, saturation: 0.53, 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 #E1CB9C is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB225203156-
CMYK00.100.310.12
HSL40.87º53.49%74.71%-
HSV(B)40.87º30.67%88.24%-
XYZ58.4161.1240.17-
YUV204.22100.79142.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.53%
GREEN value IS 203 (79.69% from 255) = 34.76%
BLUE value IS 156 (61.33% from 255) = 26.71%
R=38.53%
G=34.76%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520315600.100.310.1240.8753.4974.71
HexE1CB9C0A1FC29354b
Octal34131323401237145165113
Binary111000011100101110011100010101111111001010011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CB9C; }

 p { color: rgb(225,203,156); }

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

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

 a { background-color: rgb(225,203,156); }

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

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

 span { border-color: rgb(225,203,156); }

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