#ECD6AD

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

Shades of Givry #ECD6AD

Tints of Givry #ECD6AD

Color information

#ECD6AD (or 0xECD6AD) is unknown color: approx Givry. HEX triplet: EC, D6 and AD. RGB value is (236,214,173). Sum of RGB (Red+Green+Blue) = 236+214+173=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 214 (83.98% from 255 or 34.35% from 623); Blue value is 173 (67.97% from 255 or 27.77% from 623); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD6AD is #132952. Grayscale: #D8D8D8. Windows color (decimal): -1255763 or 11392748. OLE color: 11392748.

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

Color convert

RGB236214173-
CMYK00.090.270.07
HSL39.05º62.38%80.2%-
HSV(B)39.05º26.69%92.55%-
XYZ66.1868.9449.35-
YUV215.9103.79142.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.88%
GREEN value IS 214 (83.98% from 255) = 34.35%
BLUE value IS 173 (67.97% from 255) = 27.77%
R=37.88%
G=34.35%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621417300.090.270.0739.0562.3880.2
HexECD6AD091B7273e50
Octal3543262550113374776120
Binary11101100110101101010110101001110111111001111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD6AD; }

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

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

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

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

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

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

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

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