#E2D491

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

Shades of Double Colonial White #E2D491

Tints of Double Colonial White #E2D491

Color information

#E2D491 (or 0xE2D491) is unknown color: approx Double Colonial White. HEX triplet: E2, D4 and 91. RGB value is (226,212,145). Sum of RGB (Red+Green+Blue) = 226+212+145=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 145 (57.03% from 255 or 24.87% from 583); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D491 is #1D2B6E. Grayscale: #D0D0D0. Windows color (decimal): -1911663 or 9557218. OLE color: 9557218.

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

Color convert

RGB226212145-
CMYK00.060.360.11
HSL49.63º58.27%72.75%-
HSV(B)49.63º35.84%88.63%-
XYZ60.0265.336.23-
YUV208.5592.14140.45-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.77%
GREEN value IS 212 (83.20% from 255) = 36.36%
BLUE value IS 145 (57.03% from 255) = 24.87%
R=38.77%
G=36.36%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621214500.060.360.1149.6358.2772.75
HexE2D4910624B323a49
Octal3423242210644136272111
Binary111000101101010010010001011010010010111100101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D491; }

 p { color: rgb(226,212,145); }

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

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

 a { background-color: rgb(226,212,145); }

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

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

 span { border-color: rgb(226,212,145); }

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