#E5D79A

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

Shades of Double Colonial White #E5D79A

Tints of Double Colonial White #E5D79A

Color information

#E5D79A (or 0xE5D79A) is unknown color: approx Double Colonial White. HEX triplet: E5, D7 and 9A. RGB value is (229,215,154). Sum of RGB (Red+Green+Blue) = 229+215+154=598 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.29% from 598); Green value is 215 (84.38% from 255 or 35.95% from 598); Blue value is 154 (60.55% from 255 or 25.75% from 598); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D79A is #1A2865. Grayscale: #D4D4D4. Windows color (decimal): -1714278 or 10147813. OLE color: 10147813.

HSL color Cylindrical-coordinate representation of color #E5D79A: hue angle of 48.8º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E5D79A is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB229215154-
CMYK00.060.330.10
HSL48.8º59.06%75.1%-
HSV(B)48.8º32.75%89.8%-
XYZ62.4567.5940.33-
YUV212.2395.14139.96-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.29%
GREEN value IS 215 (84.38% from 255) = 35.95%
BLUE value IS 154 (60.55% from 255) = 25.75%
R=38.29%
G=35.95%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921515400.060.330.1048.859.0675.1
HexE5D79A0621A313b4b
Octal3453272320641126173113
Binary111001011101011110011010011010000110101100011110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D79A; }

 p { color: rgb(229,215,154); }

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

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

 a { background-color: rgb(229,215,154); }

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

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

 span { border-color: rgb(229,215,154); }

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