#E7D294

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

Shades of Double Colonial White #E7D294

Tints of Double Colonial White #E7D294

Color information

#E7D294 (or 0xE7D294) is unknown color: approx Double Colonial White. HEX triplet: E7, D2 and 94. RGB value is (231,210,148). Sum of RGB (Red+Green+Blue) = 231+210+148=589 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.22% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 148 (58.20% from 255 or 25.13% from 589); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D294 is #182D6B. Grayscale: #D1D1D1. Windows color (decimal): -1584492 or 9753319. OLE color: 9753319.

HSL color Cylindrical-coordinate representation of color #E7D294: hue angle of 44.82º 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 #E7D294 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB231210148-
CMYK00.090.360.09
HSL44.82º63.36%74.31%-
HSV(B)44.82º35.93%90.59%-
XYZ61.3565.2237.37-
YUV209.2193.46143.54-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.22%
GREEN value IS 210 (82.42% from 255) = 35.65%
BLUE value IS 148 (58.20% from 255) = 25.13%
R=39.22%
G=35.65%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121014800.090.360.0944.8263.3674.31
HexE7D294092492d3f4a
Octal34732222401144115577112
Binary1110011111010010100101000100110010010011011011111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D294; }

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

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

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

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

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

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

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

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