#EAD895

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

Shades of Double Colonial White #EAD895

Tints of Double Colonial White #EAD895

Color information

#EAD895 (or 0xEAD895) is unknown color: approx Double Colonial White. HEX triplet: EA, D8 and 95. RGB value is (234,216,149). Sum of RGB (Red+Green+Blue) = 234+216+149=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 216 (84.77% from 255 or 36.06% from 599); Blue value is 149 (58.59% from 255 or 24.87% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD895 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD895 is #15276A. Grayscale: #D6D6D6. Windows color (decimal): -1386347 or 9820394. OLE color: 9820394.

HSL color Cylindrical-coordinate representation of color #EAD895: hue angle of 47.29º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EAD895 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB234216149-
CMYK00.080.360.08
HSL47.29º66.93%75.1%-
HSV(B)47.29º36.32%91.76%-
XYZ63.9168.7738.34-
YUV213.7491.46142.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.07%
GREEN value IS 216 (84.77% from 255) = 36.06%
BLUE value IS 149 (58.59% from 255) = 24.87%
R=39.07%
G=36.06%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421614900.080.360.0847.2966.9375.1
HexEAD895082482f434b
Octal352330225010441057103113
Binary11101010110110001001010101000100100100010111110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD895; }

 p { color: rgb(234,216,149); }

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

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

 a { background-color: rgb(234,216,149); }

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

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

 span { border-color: rgb(234,216,149); }

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