#E1D092

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

Shades of Double Colonial White #E1D092

Tints of Double Colonial White #E1D092

Color information

#E1D092 (or 0xE1D092) is unknown color: approx Double Colonial White. HEX triplet: E1, D0 and 92. RGB value is (225,208,146). Sum of RGB (Red+Green+Blue) = 225+208+146=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 146 (57.42% from 255 or 25.22% from 579); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D092 is #1E2F6D. Grayscale: #CECECE. Windows color (decimal): -1978222 or 9621729. OLE color: 9621729.

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

Color convert

RGB225208146-
CMYK00.080.350.12
HSL47.09º56.83%72.75%-
HSV(B)47.09º35.11%88.24%-
XYZ58.863.1936.29-
YUV206.0294.13141.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.86%
GREEN value IS 208 (81.64% from 255) = 35.92%
BLUE value IS 146 (57.42% from 255) = 25.22%
R=38.86%
G=35.92%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520814600.080.350.1247.0956.8372.75
HexE1D0920823C2f3949
Octal34132022201043145771111
Binary1110000111010000100100100100010001111001011111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D092; }

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

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

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

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

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

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

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

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