#E3D392

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

Shades of Double Colonial White #E3D392

Tints of Double Colonial White #E3D392

Color information

#E3D392 (or 0xE3D392) is unknown color: approx Double Colonial White. HEX triplet: E3, D3 and 92. RGB value is (227,211,146). Sum of RGB (Red+Green+Blue) = 227+211+146=584 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.87% from 584); Green value is 211 (82.81% from 255 or 36.13% from 584); Blue value is 146 (57.42% from 255 or 25% from 584); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3D392 is #1C2C6D. Grayscale: #D0D0D0. Windows color (decimal): -1846382 or 9622499. OLE color: 9622499.

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

Color convert

RGB227211146-
CMYK00.070.360.11
HSL48.15º59.12%73.14%-
HSV(B)48.15º35.68%89.02%-
XYZ60.1664.9936.57-
YUV208.3792.8141.29-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.87%
GREEN value IS 211 (82.81% from 255) = 36.13%
BLUE value IS 146 (57.42% from 255) = 25%
R=38.87%
G=36.13%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721114600.070.360.1148.1559.1273.14
HexE3D3920724B303b49
Octal3433232220744136073111
Binary111000111101001110010010011110010010111100001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D392; }

 p { color: rgb(227,211,146); }

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

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

 a { background-color: rgb(227,211,146); }

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

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

 span { border-color: rgb(227,211,146); }

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