#EAD995

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

Shades of Double Colonial White #EAD995

Tints of Double Colonial White #EAD995

Color information

#EAD995 (or 0xEAD995) is unknown color: approx Double Colonial White. HEX triplet: EA, D9 and 95. RGB value is (234,217,149). Sum of RGB (Red+Green+Blue) = 234+217+149=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 217 (85.16% from 255 or 36.17% from 600); Blue value is 149 (58.59% from 255 or 24.83% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD995 is #15266A. Grayscale: #D6D6D6. Windows color (decimal): -1386091 or 9820650. OLE color: 9820650.

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

Color convert

RGB234217149-
CMYK00.070.360.08
HSL48º66.93%75.1%-
HSV(B)48º36.32%91.76%-
XYZ64.1769.2938.43-
YUV214.3391.13142.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39%
GREEN value IS 217 (85.16% from 255) = 36.17%
BLUE value IS 149 (58.59% from 255) = 24.83%
R=39%
G=36.17%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421714900.070.360.084866.9375.1
HexEAD9950724830434b
Octal35233122507441060103113
Binary1110101011011001100101010111100100100011000010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD995; }

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

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

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

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

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

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

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

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