#EAD595

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

Shades of Double Colonial White #EAD595

Tints of Double Colonial White #EAD595

Color information

#EAD595 (or 0xEAD595) is unknown color: approx Double Colonial White. HEX triplet: EA, D5 and 95. RGB value is (234,213,149). Sum of RGB (Red+Green+Blue) = 234+213+149=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 213 (83.59% from 255 or 35.74% from 596); Blue value is 149 (58.59% from 255 or 25% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD595 is #152A6A. Grayscale: #D4D4D4. Windows color (decimal): -1387115 or 9819626. OLE color: 9819626.

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

Color convert

RGB234213149-
CMYK00.090.360.08
HSL45.18º66.93%75.1%-
HSV(B)45.18º36.32%91.76%-
XYZ63.1567.2538.09-
YUV211.9892.46143.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.26%
GREEN value IS 213 (83.59% from 255) = 35.74%
BLUE value IS 149 (58.59% from 255) = 25%
R=39.26%
G=35.74%
B=25%

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
Decimal23421314900.090.360.0845.1866.9375.1
HexEAD595092482d434b
Octal352325225011441055103113
Binary11101010110101011001010101001100100100010110110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD595; }

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

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

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

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

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

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

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

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