#ECD7A0

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

Shades of Hampton #ECD7A0

Tints of Hampton #ECD7A0

Color information

#ECD7A0 (or 0xECD7A0) is unknown color: approx Hampton. HEX triplet: EC, D7 and A0. RGB value is (236,215,160). Sum of RGB (Red+Green+Blue) = 236+215+160=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 160 (62.89% from 255 or 26.19% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD7A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD7A0 is #13285F. Grayscale: #D7D7D7. Windows color (decimal): -1255520 or 10541036. OLE color: 10541036.

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

Color convert

RGB236215160-
CMYK00.090.320.07
HSL43.42º66.67%77.65%-
HSV(B)43.42º32.2%92.55%-
XYZ65.2468.9743.13-
YUV215.0196.96142.97-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.63%
GREEN value IS 215 (84.38% from 255) = 35.19%
BLUE value IS 160 (62.89% from 255) = 26.19%
R=38.63%
G=35.19%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621516000.090.320.0743.4266.6777.65
HexECD7A0092072b434e
Octal35432724001140753103116
Binary1110110011010111101000000100110000011110101110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD7A0; }

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

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

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

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

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

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

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

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