#ECD3AC

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

Shades of Givry #ECD3AC

Tints of Givry #ECD3AC

Color information

#ECD3AC (or 0xECD3AC) is unknown color: approx Givry. HEX triplet: EC, D3 and AC. RGB value is (236,211,172). Sum of RGB (Red+Green+Blue) = 236+211+172=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 211 (82.81% from 255 or 34.09% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD3AC is #132C53. Grayscale: #D6D6D6. Windows color (decimal): -1256532 or 11326444. OLE color: 11326444.

HSL color Cylindrical-coordinate representation of color #ECD3AC: hue angle of 36.56º degrees, saturation: 0.63, 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 #ECD3AC is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB236211172-
CMYK00.110.270.07
HSL36.56º62.75%80%-
HSV(B)36.56º27.12%92.55%-
XYZ65.3367.448.6-
YUV214.03104.28143.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.13%
GREEN value IS 211 (82.81% from 255) = 34.09%
BLUE value IS 172 (67.58% from 255) = 27.79%
R=38.13%
G=34.09%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621117200.110.270.0736.5662.7580
HexECD3AC0B1B7253f50
Octal3543232540133374577120
Binary11101100110100111010110001011110111111001011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD3AC; }

 p { color: rgb(236,211,172); }

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

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

 a { background-color: rgb(236,211,172); }

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

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

 span { border-color: rgb(236,211,172); }

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