#e2cf9e

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

Shades of Double Colonial White #E2CF9E

Tints of Double Colonial White #E2CF9E

Color information

#E2CF9E (or 0xE2CF9E) is unknown color: approx Double Colonial White. HEX triplet: E2, CF and 9E. RGB value is (226,207,158). Sum of RGB (Red+Green+Blue) = 226+207+158=591 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.24% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 158 (62.11% from 255 or 26.73% from 591); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CF9E is #1D3061. Grayscale: #CFCFCF. Windows color (decimal): -1912930 or 10407906. OLE color: 10407906.

HSL color Cylindrical-coordinate representation of color #E2CF9E: hue angle of 43.24º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2CF9E is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB226207158-
CMYK00.080.300.11
HSL43.24º53.97%75.29%-
HSV(B)43.24º30.09%88.63%-
XYZ59.8563.2641.4-
YUV207.09100.29141.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.24%
GREEN value IS 207 (81.25% from 255) = 35.03%
BLUE value IS 158 (62.11% from 255) = 26.73%
R=38.24%
G=35.03%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620715800.080.300.1143.2453.9775.29
HexE2CF9E081EB2b364b
Octal34231723601036135366113
Binary111000101100111110011110010001111010111010111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2cf9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2cf9e; }

 p { color: rgb(226,207,158); }

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

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

 a { background-color: rgb(226,207,158); }

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

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

 span { border-color: rgb(226,207,158); }

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