#E9D094

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

Shades of Double Colonial White #E9D094

Tints of Double Colonial White #E9D094

Color information

#E9D094 (or 0xE9D094) is unknown color: approx Double Colonial White. HEX triplet: E9, D0 and 94. RGB value is (233,208,148). Sum of RGB (Red+Green+Blue) = 233+208+148=589 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.56% from 589); Green value is 208 (81.64% from 255 or 35.31% from 589); Blue value is 148 (58.20% from 255 or 25.13% from 589); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D094 is #162F6B. Grayscale: #D0D0D0. Windows color (decimal): -1453932 or 9752809. OLE color: 9752809.

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

Color convert

RGB233208148-
CMYK00.110.360.09
HSL42.35º65.89%74.71%-
HSV(B)42.35º36.48%91.37%-
XYZ61.5164.5737.24-
YUV208.6493.78145.38-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.56%
GREEN value IS 208 (81.64% from 255) = 35.31%
BLUE value IS 148 (58.20% from 255) = 25.13%
R=39.56%
G=35.31%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320814800.110.360.0942.3565.8974.71
HexE9D0940B2492a424b
Octal351320224013441152102113
Binary11101001110100001001010001011100100100110101010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D094; }

 p { color: rgb(233,208,148); }

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

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

 a { background-color: rgb(233,208,148); }

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

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

 span { border-color: rgb(233,208,148); }

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