#EAD896

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

Shades of Double Colonial White #EAD896

Tints of Double Colonial White #EAD896

Color information

#EAD896 (or 0xEAD896) is unknown color: approx Double Colonial White. HEX triplet: EA, D8 and 96. RGB value is (234,216,150). Sum of RGB (Red+Green+Blue) = 234+216+150=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 216 (84.77% from 255 or 36% from 600); Blue value is 150 (58.98% from 255 or 25% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD896 is #152769. Grayscale: #D6D6D6. Windows color (decimal): -1386346 or 9885930. OLE color: 9885930.

HSL color Cylindrical-coordinate representation of color #EAD896: hue angle of 47.14º 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 #EAD896 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB234216150-
CMYK00.080.360.08
HSL47.14º66.67%75.29%-
HSV(B)47.14º35.9%91.76%-
XYZ63.9968.8138.76-
YUV213.8691.96142.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39%
GREEN value IS 216 (84.77% from 255) = 36%
BLUE value IS 150 (58.98% from 255) = 25%
R=39%
G=36%
B=25%

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
Decimal23421615000.080.360.0847.1466.6775.29
HexEAD896082482f434b
Octal352330226010441057103113
Binary11101010110110001001011001000100100100010111110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD896; }

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

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

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

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

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

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

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

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