#ECDAA1

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

Shades of Hampton #ECDAA1

Tints of Hampton #ECDAA1

Color information

#ECDAA1 (or 0xECDAA1) is unknown color: approx Hampton. HEX triplet: EC, DA and A1. RGB value is (236,218,161). Sum of RGB (Red+Green+Blue) = 236+218+161=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 161 (63.28% from 255 or 26.18% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDAA1 is #13255E. Grayscale: #D9D9D9. Windows color (decimal): -1254751 or 10607340. OLE color: 10607340.

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

Color convert

RGB236218161-
CMYK00.080.320.07
HSL45.6º66.37%77.84%-
HSV(B)45.6º31.78%92.55%-
XYZ66.170.5543.85-
YUV216.8896.46141.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.37%
GREEN value IS 218 (85.55% from 255) = 35.45%
BLUE value IS 161 (63.28% from 255) = 26.18%
R=38.37%
G=35.45%
B=26.18%

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
Decimal23621816100.080.320.0745.666.3777.84
HexECDAA1082072e424e
Octal35433224101040756102116
Binary1110110011011010101000010100010000011110111010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDAA1; }

 p { color: rgb(236,218,161); }

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

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

 a { background-color: rgb(236,218,161); }

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

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

 span { border-color: rgb(236,218,161); }

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