#E8D094

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

Shades of Double Colonial White #E8D094

Tints of Double Colonial White #E8D094

Color information

#E8D094 (or 0xE8D094) is unknown color: approx Double Colonial White. HEX triplet: E8, D0 and 94. RGB value is (232,208,148). Sum of RGB (Red+Green+Blue) = 232+208+148=588 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.46% from 588); Green value is 208 (81.64% from 255 or 35.37% from 588); Blue value is 148 (58.20% from 255 or 25.17% from 588); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D094 is #172F6B. Grayscale: #D0D0D0. Windows color (decimal): -1519468 or 9752808. OLE color: 9752808.

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

Color convert

RGB232208148-
CMYK00.100.360.09
HSL42.86º64.62%74.51%-
HSV(B)42.86º36.21%90.98%-
XYZ61.1864.4137.22-
YUV208.3493.95144.88-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.46%
GREEN value IS 208 (81.64% from 255) = 35.37%
BLUE value IS 148 (58.20% from 255) = 25.17%
R=39.46%
G=35.37%
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
Decimal23220814800.100.360.0942.8664.6274.51
HexE8D0940A2492b414b
Octal350320224012441153101113
Binary11101000110100001001010001010100100100110101110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D094; }

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

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

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

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

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

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

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

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