#E1D399

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

Shades of Double Colonial White #E1D399

Tints of Double Colonial White #E1D399

Color information

#E1D399 (or 0xE1D399) is unknown color: approx Double Colonial White. HEX triplet: E1, D3 and 99. RGB value is (225,211,153). Sum of RGB (Red+Green+Blue) = 225+211+153=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 211 (82.81% from 255 or 35.82% from 589); Blue value is 153 (60.16% from 255 or 25.98% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D399 is #1E2C66. Grayscale: #D0D0D0. Windows color (decimal): -1977447 or 10081249. OLE color: 10081249.

HSL color Cylindrical-coordinate representation of color #E1D399: hue angle of 48.33º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1D399 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB225211153-
CMYK00.060.320.12
HSL48.33º54.55%74.12%-
HSV(B)48.33º32%88.24%-
XYZ60.164.939.5-
YUV208.5796.64139.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.20%
GREEN value IS 211 (82.81% from 255) = 35.82%
BLUE value IS 153 (60.16% from 255) = 25.98%
R=38.20%
G=35.82%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521115300.060.320.1248.3354.5574.12
HexE1D3990620C30374a
Octal3413232310640146067112
Binary111000011101001110011001011010000011001100001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D399; }

 p { color: rgb(225,211,153); }

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

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

 a { background-color: rgb(225,211,153); }

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

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

 span { border-color: rgb(225,211,153); }

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