#E6D49C

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

Shades of Double Colonial White #E6D49C

Tints of Double Colonial White #E6D49C

Color information

#E6D49C (or 0xE6D49C) is unknown color: approx Double Colonial White. HEX triplet: E6, D4 and 9C. RGB value is (230,212,156). Sum of RGB (Red+Green+Blue) = 230+212+156=598 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.46% from 598); Green value is 212 (83.20% from 255 or 35.45% from 598); Blue value is 156 (61.33% from 255 or 26.09% from 598); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D49C is #192B63. Grayscale: #D3D3D3. Windows color (decimal): -1649508 or 10278118. OLE color: 10278118.

HSL color Cylindrical-coordinate representation of color #E6D49C: hue angle of 45.41º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6D49C is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB230212156-
CMYK00.080.320.10
HSL45.41º59.68%75.69%-
HSV(B)45.41º32.17%90.2%-
XYZ62.1866.3140.97-
YUV21196.96141.55-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.46%
GREEN value IS 212 (83.20% from 255) = 35.45%
BLUE value IS 156 (61.33% from 255) = 26.09%
R=38.46%
G=35.45%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021215600.080.320.1045.4159.6875.69
HexE6D49C0820A2d3c4c
Octal34632423401040125574114
Binary1110011011010100100111000100010000010101011011111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D49C; }

 p { color: rgb(230,212,156); }

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

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

 a { background-color: rgb(230,212,156); }

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

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

 span { border-color: rgb(230,212,156); }

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