#E1D699

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

Shades of Double Colonial White #E1D699

Tints of Double Colonial White #E1D699

Color information

#E1D699 (or 0xE1D699) is unknown color: approx Double Colonial White. HEX triplet: E1, D6 and 99. RGB value is (225,214,153). Sum of RGB (Red+Green+Blue) = 225+214+153=592 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.01% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 153 (60.16% from 255 or 25.84% from 592); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D699 is #1E2966. Grayscale: #D2D2D2. Windows color (decimal): -1976679 or 10082017. OLE color: 10082017.

HSL color Cylindrical-coordinate representation of color #E1D699: hue angle of 50.83º 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 #E1D699 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB225214153-
CMYK00.050.320.12
HSL50.83º54.55%74.12%-
HSV(B)50.83º32%88.24%-
XYZ60.8566.439.75-
YUV210.3395.64138.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.01%
GREEN value IS 214 (83.98% from 255) = 36.15%
BLUE value IS 153 (60.16% from 255) = 25.84%
R=38.01%
G=36.15%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521415300.050.320.1250.8354.5574.12
HexE1D6990520C33374a
Octal3413262310540146367112
Binary111000011101011010011001010110000011001100111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D699; }

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

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

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

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

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

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

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

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