#ECD6AB

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

Shades of Givry #ECD6AB

Tints of Givry #ECD6AB

Color information

#ECD6AB (or 0xECD6AB) is unknown color: approx Givry. HEX triplet: EC, D6 and AB. RGB value is (236,214,171). Sum of RGB (Red+Green+Blue) = 236+214+171=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 214 (83.98% from 255 or 34.46% from 621); Blue value is 171 (67.19% from 255 or 27.54% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD6AB is #132954. Grayscale: #D7D7D7. Windows color (decimal): -1255765 or 11261676. OLE color: 11261676.

HSL color Cylindrical-coordinate representation of color #ECD6AB: hue angle of 39.69º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECD6AB is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB236214171-
CMYK00.090.280.07
HSL39.69º63.11%79.8%-
HSV(B)39.69º27.54%92.55%-
XYZ65.9968.8748.34-
YUV215.68102.79142.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.00%
GREEN value IS 214 (83.98% from 255) = 34.46%
BLUE value IS 171 (67.19% from 255) = 27.54%
R=38.00%
G=34.46%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621417100.090.280.0739.6963.1179.8
HexECD6AB091C7283f50
Octal3543262530113475077120
Binary11101100110101101010101101001111001111010001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD6AB; }

 p { color: rgb(236,214,171); }

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

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

 a { background-color: rgb(236,214,171); }

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

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

 span { border-color: rgb(236,214,171); }

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