#E3CDA5

Color #E3CDA5 Hampton (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hampton #E3CDA5

Tints of Hampton #E3CDA5

Color information

#E3CDA5 (or 0xE3CDA5) is unknown color: approx Hampton. HEX triplet: E3, CD and A5. RGB value is (227,205,165). Sum of RGB (Red+Green+Blue) = 227+205+165=597 (79% of max value = 765). Red value is 227 (89.06% from 255 or 38.02% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 165 (64.84% from 255 or 27.64% from 597); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3CDA5 is #1C325A. Grayscale: #CFCFCF. Windows color (decimal): -1847899 or 10866147. OLE color: 10866147.

HSL color Cylindrical-coordinate representation of color #E3CDA5: hue angle of 38.71º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E3CDA5 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB227205165-
CMYK00.100.270.11
HSL38.71º52.54%76.86%-
HSV(B)38.71º27.31%89.02%-
XYZ60.362.7144.52-
YUV207.02104.29142.25-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.02%
GREEN value IS 205 (80.47% from 255) = 34.34%
BLUE value IS 165 (64.84% from 255) = 27.64%
R=38.02%
G=34.34%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720516500.100.270.1138.7152.5476.86
HexE3CDA50A1BB27354d
Octal34331524501233134765115
Binary111000111100110110100101010101101110111001111101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CDA5; }

 p { color: rgb(227,205,165); }

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

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

 a { background-color: rgb(227,205,165); }

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

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

 span { border-color: rgb(227,205,165); }

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