#E1D094

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

Shades of Double Colonial White #E1D094

Tints of Double Colonial White #E1D094

Color information

#E1D094 (or 0xE1D094) is unknown color: approx Double Colonial White. HEX triplet: E1, D0 and 94. RGB value is (225,208,148). Sum of RGB (Red+Green+Blue) = 225+208+148=581 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.73% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 148 (58.20% from 255 or 25.47% from 581); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D094 is #1E2F6B. Grayscale: #CECECE. Windows color (decimal): -1978220 or 9752801. OLE color: 9752801.

HSL color Cylindrical-coordinate representation of color #E1D094: hue angle of 46.75º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1D094 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB225208148-
CMYK00.080.340.12
HSL46.75º56.2%73.14%-
HSV(B)46.75º34.22%88.24%-
XYZ58.9563.2637.12-
YUV206.2495.13141.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.73%
GREEN value IS 208 (81.64% from 255) = 35.80%
BLUE value IS 148 (58.20% from 255) = 25.47%
R=38.73%
G=35.80%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520814800.080.340.1246.7556.273.14
HexE1D0940822C2f3849
Octal34132022401042145770111
Binary1110000111010000100101000100010001011001011111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D094; }

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

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

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

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

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

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

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

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