#ecd8a3

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

Shades of Hampton #ECD8A3

Tints of Hampton #ECD8A3

Color information

#ECD8A3 (or 0xECD8A3) is unknown color: approx Hampton. HEX triplet: EC, D8 and A3. RGB value is (236,216,163). Sum of RGB (Red+Green+Blue) = 236+216+163=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 216 (84.77% from 255 or 35.12% from 615); Blue value is 163 (64.06% from 255 or 26.50% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD8A3 is #13275C. Grayscale: #D8D8D8. Windows color (decimal): -1255261 or 10737900. OLE color: 10737900.

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

Color convert

RGB236216163-
CMYK00.080.310.07
HSL43.56º65.77%78.24%-
HSV(B)43.56º30.93%92.55%-
XYZ65.7669.5944.62-
YUV215.9498.13142.31-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.37%
GREEN value IS 216 (84.77% from 255) = 35.12%
BLUE value IS 163 (64.06% from 255) = 26.50%
R=38.37%
G=35.12%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621616300.080.310.0743.5665.7778.24
HexECD8A3081F72c424e
Octal35433024301037754102116
Binary111011001101100010100011010001111111110110010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ecd8a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ecd8a3; }

 p { color: rgb(236,216,163); }

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

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

 a { background-color: rgb(236,216,163); }

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

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

 span { border-color: rgb(236,216,163); }

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