#E1CE9A

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

Shades of Double Colonial White #E1CE9A

Tints of Double Colonial White #E1CE9A

Color information

#E1CE9A (or 0xE1CE9A) is unknown color: approx Double Colonial White. HEX triplet: E1, CE and 9A. RGB value is (225,206,154). Sum of RGB (Red+Green+Blue) = 225+206+154=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 154 (60.55% from 255 or 26.32% from 585); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CE9A is #1E3165. Grayscale: #CDCDCD. Windows color (decimal): -1978726 or 10145505. OLE color: 10145505.

HSL color Cylindrical-coordinate representation of color #E1CE9A: hue angle of 43.94º 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 #E1CE9A is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB225206154-
CMYK00.080.320.12
HSL43.94º54.2%74.31%-
HSV(B)43.94º31.56%88.24%-
XYZ58.9662.4839.53-
YUV205.7598.79141.73-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.46%
GREEN value IS 206 (80.86% from 255) = 35.21%
BLUE value IS 154 (60.55% from 255) = 26.32%
R=38.46%
G=35.21%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520615400.080.320.1243.9454.274.31
HexE1CE9A0820C2c364a
Octal34131623201040145466112
Binary1110000111001110100110100100010000011001011001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CE9A; }

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

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

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

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

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

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

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

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