#E2D390

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

Shades of Double Colonial White #E2D390

Tints of Double Colonial White #E2D390

Color information

#E2D390 (or 0xE2D390) is unknown color: approx Double Colonial White. HEX triplet: E2, D3 and 90. RGB value is (226,211,144). Sum of RGB (Red+Green+Blue) = 226+211+144=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 211 (82.81% from 255 or 36.32% from 581); Blue value is 144 (56.64% from 255 or 24.78% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D390 is #1D2C6F. Grayscale: #D0D0D0. Windows color (decimal): -1911920 or 9491426. OLE color: 9491426.

HSL color Cylindrical-coordinate representation of color #E2D390: hue angle of 49.02º 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 #E2D390 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB226211144-
CMYK00.070.360.11
HSL49.02º58.57%72.55%-
HSV(B)49.02º36.28%88.63%-
XYZ59.6964.7735.74-
YUV207.8591.97140.95-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.90%
GREEN value IS 211 (82.81% from 255) = 36.32%
BLUE value IS 144 (56.64% from 255) = 24.78%
R=38.90%
G=36.32%
B=24.78%

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
Decimal22621114400.070.360.1149.0258.5772.55
HexE2D3900724B313b49
Octal3423232200744136173111
Binary111000101101001110010000011110010010111100011110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D390; }

 p { color: rgb(226,211,144); }

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

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

 a { background-color: rgb(226,211,144); }

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

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

 span { border-color: rgb(226,211,144); }

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