#EAD795

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

Shades of Double Colonial White #EAD795

Tints of Double Colonial White #EAD795

Color information

#EAD795 (or 0xEAD795) is unknown color: approx Double Colonial White. HEX triplet: EA, D7 and 95. RGB value is (234,215,149). Sum of RGB (Red+Green+Blue) = 234+215+149=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 215 (84.38% from 255 or 35.95% from 598); Blue value is 149 (58.59% from 255 or 24.92% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD795 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD795 is #15286A. Grayscale: #D5D5D5. Windows color (decimal): -1386603 or 9820138. OLE color: 9820138.

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

Color convert

RGB234215149-
CMYK00.080.360.08
HSL46.59º66.93%75.1%-
HSV(B)46.59º36.32%91.76%-
XYZ63.6668.2638.25-
YUV213.1691.79142.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.13%
GREEN value IS 215 (84.38% from 255) = 35.95%
BLUE value IS 149 (58.59% from 255) = 24.92%
R=39.13%
G=35.95%
B=24.92%

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
Decimal23421514900.080.360.0846.5966.9375.1
HexEAD795082482f434b
Octal352327225010441057103113
Binary11101010110101111001010101000100100100010111110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD795; }

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

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

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

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

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

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

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

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