#EAD495

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

Shades of Double Colonial White #EAD495

Tints of Double Colonial White #EAD495

Color information

#EAD495 (or 0xEAD495) is unknown color: approx Double Colonial White. HEX triplet: EA, D4 and 95. RGB value is (234,212,149). Sum of RGB (Red+Green+Blue) = 234+212+149=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 212 (83.20% from 255 or 35.63% from 595); Blue value is 149 (58.59% from 255 or 25.04% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD495 is #152B6A. Grayscale: #D3D3D3. Windows color (decimal): -1387371 or 9819370. OLE color: 9819370.

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

Color convert

RGB234212149-
CMYK00.090.360.08
HSL44.47º66.93%75.1%-
HSV(B)44.47º36.32%91.76%-
XYZ62.966.7538-
YUV211.492.79144.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.33%
GREEN value IS 212 (83.20% from 255) = 35.63%
BLUE value IS 149 (58.59% from 255) = 25.04%
R=39.33%
G=35.63%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421214900.090.360.0844.4766.9375.1
HexEAD495092482c434b
Octal352324225011441054103113
Binary11101010110101001001010101001100100100010110010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD495; }

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

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

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

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

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

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

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

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