#ECD9A0

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

Shades of Hampton #ECD9A0

Tints of Hampton #ECD9A0

Color information

#ECD9A0 (or 0xECD9A0) is unknown color: approx Hampton. HEX triplet: EC, D9 and A0. RGB value is (236,217,160). Sum of RGB (Red+Green+Blue) = 236+217+160=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 160 (62.89% from 255 or 26.10% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD9A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD9A0 is #13265F. Grayscale: #D8D8D8. Windows color (decimal): -1255008 or 10541548. OLE color: 10541548.

HSL color Cylindrical-coordinate representation of color #ECD9A0: hue angle of 45º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECD9A0 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB236217160-
CMYK00.080.320.07
HSL45º66.67%77.65%-
HSV(B)45º32.2%92.55%-
XYZ65.757043.3-
YUV216.1896.29142.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.50%
GREEN value IS 217 (85.16% from 255) = 35.40%
BLUE value IS 160 (62.89% from 255) = 26.10%
R=38.50%
G=35.40%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621716000.080.320.074566.6777.65
HexECD9A0082072d434e
Octal35433124001040755103116
Binary1110110011011001101000000100010000011110110110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD9A0; }

 p { color: rgb(236,217,160); }

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

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

 a { background-color: rgb(236,217,160); }

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

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

 span { border-color: rgb(236,217,160); }

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