#EAD894

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

Shades of Double Colonial White #EAD894

Tints of Double Colonial White #EAD894

Color information

#EAD894 (or 0xEAD894) is unknown color: approx Double Colonial White. HEX triplet: EA, D8 and 94. RGB value is (234,216,148). Sum of RGB (Red+Green+Blue) = 234+216+148=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 216 (84.77% from 255 or 36.12% from 598); Blue value is 148 (58.20% from 255 or 24.75% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD894 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD894 is #15276B. Grayscale: #D5D5D5. Windows color (decimal): -1386348 or 9754858. OLE color: 9754858.

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

Color convert

RGB234216148-
CMYK00.080.370.08
HSL47.44º67.19%74.9%-
HSV(B)47.44º36.75%91.76%-
XYZ63.8368.7437.92-
YUV213.6390.96142.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.13%
GREEN value IS 216 (84.77% from 255) = 36.12%
BLUE value IS 148 (58.20% from 255) = 24.75%
R=39.13%
G=36.12%
B=24.75%

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
Decimal23421614800.080.370.0847.4467.1974.9
HexEAD894082582f434b
Octal352330224010451057103113
Binary11101010110110001001010001000100101100010111110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD894; }

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

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

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

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

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

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

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

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