#E3D094

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

Shades of Double Colonial White #E3D094

Tints of Double Colonial White #E3D094

Color information

#E3D094 (or 0xE3D094) is unknown color: approx Double Colonial White. HEX triplet: E3, D0 and 94. RGB value is (227,208,148). Sum of RGB (Red+Green+Blue) = 227+208+148=583 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.94% from 583); Green value is 208 (81.64% from 255 or 35.68% from 583); Blue value is 148 (58.20% from 255 or 25.39% from 583); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3D094 is #1C2F6B. Grayscale: #CFCFCF. Windows color (decimal): -1847148 or 9752803. OLE color: 9752803.

HSL color Cylindrical-coordinate representation of color #E3D094: hue angle of 45.57º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E3D094 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB227208148-
CMYK00.080.350.11
HSL45.57º58.52%73.53%-
HSV(B)45.57º34.8%89.02%-
XYZ59.5863.5837.15-
YUV206.8494.79142.38-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.94%
GREEN value IS 208 (81.64% from 255) = 35.68%
BLUE value IS 148 (58.20% from 255) = 25.39%
R=38.94%
G=35.68%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720814800.080.350.1145.5758.5273.53
HexE3D0940823B2e3b4a
Octal34332022401043135673112
Binary1110001111010000100101000100010001110111011101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D094; }

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

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

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

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

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

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

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

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