#E7D194

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

Shades of Double Colonial White #E7D194

Tints of Double Colonial White #E7D194

Color information

#E7D194 (or 0xE7D194) is unknown color: approx Double Colonial White. HEX triplet: E7, D1 and 94. RGB value is (231,209,148). Sum of RGB (Red+Green+Blue) = 231+209+148=588 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.29% from 588); Green value is 209 (82.03% from 255 or 35.54% from 588); Blue value is 148 (58.20% from 255 or 25.17% from 588); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D194 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D194 is #182E6B. Grayscale: #D0D0D0. Windows color (decimal): -1584748 or 9753063. OLE color: 9753063.

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

Color convert

RGB231209148-
CMYK00.100.360.09
HSL44.1º63.36%74.31%-
HSV(B)44.1º35.93%90.59%-
XYZ61.164.7337.29-
YUV208.6293.79143.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.29%
GREEN value IS 209 (82.03% from 255) = 35.54%
BLUE value IS 148 (58.20% from 255) = 25.17%
R=39.29%
G=35.54%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120914800.100.360.0944.163.3674.31
HexE7D1940A2492c3f4a
Octal34732122401244115477112
Binary1110011111010001100101000101010010010011011001111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D194; }

 p { color: rgb(231,209,148); }

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

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

 a { background-color: rgb(231,209,148); }

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

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

 span { border-color: rgb(231,209,148); }

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