#E7D396

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

Shades of Double Colonial White #E7D396

Tints of Double Colonial White #E7D396

Color information

#E7D396 (or 0xE7D396) is unknown color: approx Double Colonial White. HEX triplet: E7, D3 and 96. RGB value is (231,211,150). Sum of RGB (Red+Green+Blue) = 231+211+150=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 211 (82.81% from 255 or 35.64% from 592); Blue value is 150 (58.98% from 255 or 25.34% from 592); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D396 is #182C69. Grayscale: #D2D2D2. Windows color (decimal): -1584234 or 9884647. OLE color: 9884647.

HSL color Cylindrical-coordinate representation of color #E7D396: hue angle of 45.19º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E7D396 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB231211150-
CMYK00.090.350.09
HSL45.19º62.79%74.71%-
HSV(B)45.19º35.06%90.59%-
XYZ61.7565.7838.3-
YUV210.0394.13142.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.02%
GREEN value IS 211 (82.81% from 255) = 35.64%
BLUE value IS 150 (58.98% from 255) = 25.34%
R=39.02%
G=35.64%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121115000.090.350.0945.1962.7974.71
HexE7D396092392d3f4b
Octal34732322601143115577113
Binary1110011111010011100101100100110001110011011011111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D396; }

 p { color: rgb(231,211,150); }

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

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

 a { background-color: rgb(231,211,150); }

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

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

 span { border-color: rgb(231,211,150); }

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