#E2CEA1

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

Shades of Double Colonial White #E2CEA1

Tints of Double Colonial White #E2CEA1

Color information

#E2CEA1 (or 0xE2CEA1) is unknown color: approx Double Colonial White. HEX triplet: E2, CE and A1. RGB value is (226,206,161). Sum of RGB (Red+Green+Blue) = 226+206+161=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 161 (63.28% from 255 or 27.15% from 593); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CEA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CEA1 is #1D315E. Grayscale: #CFCFCF. Windows color (decimal): -1913183 or 10604258. OLE color: 10604258.

HSL color Cylindrical-coordinate representation of color #E2CEA1: hue angle of 41.54º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E2CEA1 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB226206161-
CMYK00.090.290.11
HSL41.54º52.85%75.88%-
HSV(B)41.54º28.76%88.63%-
XYZ59.8762.8842.7-
YUV206.85102.13141.66-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.11%
GREEN value IS 206 (80.86% from 255) = 34.74%
BLUE value IS 161 (63.28% from 255) = 27.15%
R=38.11%
G=34.74%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620616100.090.290.1141.5452.8575.88
HexE2CEA1091DB2a354c
Octal34231624101135135265114
Binary111000101100111010100001010011110110111010101101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CEA1; }

 p { color: rgb(226,206,161); }

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

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

 a { background-color: rgb(226,206,161); }

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

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

 span { border-color: rgb(226,206,161); }

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