#EAD893

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

Shades of Double Colonial White #EAD893

Tints of Double Colonial White #EAD893

Color information

#EAD893 (or 0xEAD893) is unknown color: approx Double Colonial White. HEX triplet: EA, D8 and 93. RGB value is (234,216,147). Sum of RGB (Red+Green+Blue) = 234+216+147=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 216 (84.77% from 255 or 36.18% from 597); Blue value is 147 (57.81% from 255 or 24.62% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD893 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD893 is #15276C. Grayscale: #D5D5D5. Windows color (decimal): -1386349 or 9689322. OLE color: 9689322.

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

Color convert

RGB234216147-
CMYK00.080.370.08
HSL47.59º67.44%74.71%-
HSV(B)47.59º37.18%91.76%-
XYZ63.7568.7137.51-
YUV213.5290.46142.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.20%
GREEN value IS 216 (84.77% from 255) = 36.18%
BLUE value IS 147 (57.81% from 255) = 24.62%
R=39.20%
G=36.18%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421614700.080.370.0847.5967.4474.71
HexEAD8930825830434b
Octal352330223010451060103113
Binary11101010110110001001001101000100101100011000010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD893; }

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

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

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

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

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

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

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

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